> For the complete documentation index, see [llms.txt](https://docs.delos.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.delos.financial/baas-wiki/ui-overview/multifactor-authentication.md).

# Multifactor Authentication

In the UI settings, clients can set various security methods, both for logging in and transaction approval. If several people have access to the client record, we have an option to differentiate main users who will be able to approve transactions created by subordinate users.&#x20;

In order to turn on this feature and use varios roles for account users, please contact our support.&#x20;

In your profile, you can see the Tasks subsection. If you are "main" user, you will see transaction requests waiting for your approval there, as well as the data on previously processed requests.&#x20;

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2F1EfQeaXmpdtwX9eiadTq%2Fimage.png?alt=media&amp;token=5619c7dc-6761-4826-9c92-e8c551b081a9" alt=""><figcaption></figcaption></figure>

The set of available security methods in terms of transactions is the same as for login: Email code, SMS code, 2-factor Authentication code, funding password. To turn this on you need to go to the Settings -> Security Methods.&#x20;

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FXQfuvvrdvL6W5zZFO526%2Fimage.png?alt=media&amp;token=6f3a0ec0-ca09-4bed-96cf-083d833ff64d" alt=""><figcaption></figcaption></figure>

When main user sets up some security protocol, the same will be required for all subordinate users.&#x20;

During transaction initiation, when security methods are set, clients will see the following message:

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FWybk9LwOIcTGXe1Pul2K%2Fimage.png?alt=media&amp;token=d13e11b8-aeaf-4111-92a3-be74d9d0e8f0" alt=""><figcaption></figcaption></figure>

If several Security methods are turned on, multiple codes can be requested.&#x20;

If you are a subordinate user, you will see that the transaction is waiting for confirmation from main users.&#x20;

This method is not represented in the API commands. In case you are a BaaS partner, please make sure to have separate users for API and UI.&#x20;

In case of any questions, please contact our support team.&#x20;

<figure><img src="https://593737987-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtrcJqDHuwYCuJo7knaHE%2Fuploads%2FXSo83Etx7ESvkAPyLasM%2Fimage.png?alt=media&amp;token=55d6012c-c80f-4296-ba25-cf4f7286230f" alt=""><figcaption></figcaption></figure>

Only after all main users approve the transaction, it will be processed in the usual manner.&#x20;

At the moment, we don't have any additional notifications apart from the one in UI, so please if you set this feature, make sure to inform your colleagues on the process to avoid possible transaction delays.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.delos.financial/baas-wiki/ui-overview/multifactor-authentication.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
