# Signing In

Metopia Sign-In is a set of registered credentials used to authenticate a user. Metopia Sign-In consists of a username/e-mail and password. If user has set up a 2FA Authentication, the 2FA code will be required as an additional form of Sign-In verification.

Sign-In is used to access Metopia.App dashboard features. This is a security measure designed to prevent unauthorized access to confidential user data. When a login fails (i.e, the username and password combination does not match a user account), the user is disallowed access.

If user has forgotten the Sign-In credentials, we recommend contacting our [Support Team](/metopia.app/support.md) to resolve the issue.&#x20;

<mark style="color:red;">**IMPORTANT!**</mark>**&#x20;If user notices unauthorized Account Sign-In, the user has to contact** [**Support Team**](/metopia.app/support.md) **immediately to prevent any potential loss of funds.**


---

# Agent Instructions: 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:

```
GET https://docs.metopia.app/metopia.app/signing-in.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
