# How to log in to the app

<figure><img src="/files/01caebf8e415b38d640c3aa70ce9954e949232ca" alt=""><figcaption></figcaption></figure>

### About the App

The SprintHub app was developed to make it easier to access the platform's features and integrations directly from your mobile device. The experience was optimized to ensure simplicity and security when performing essential tasks.

### How to Log In

<figure><img src="/files/fe09dd1b19799ff35299aada2f576b421f8fd6f3" alt=""><figcaption></figcaption></figure>

#### Instance Identification

When accessing the app, you will need to fill in the **Instance**. This field corresponds to the first name of the URL you use to access the SprintHub platform on the web. For example:

* If your access URL is **example.sprinthub.app**, the instance name will be **example**.

Make sure to enter the correct name to ensure access to the instance associated with your account.

#### Login Credentials

The **User** and **Password** fields in the app are the same ones used to access the SprintHub web version. Make sure to use the correct credentials to avoid authentication issues.

* **Username:** Use the same email or identifier registered on the web platform.
* **Password:** Enter the same password used to log in via the browser.

#### Steps to Log In

1. Open the SprintHub app on your mobile device.
2. Fill in the required fields:
   * **User**
   * **Password**
   * **Instance** (first name of your account's URL).
3. Tap the **Sign In**.

If the information is correct, you will be redirected to the app's main dashboard.

### Tips and Support

* **Forgot your password?** If you don't remember your password, use the recovery option available in the SprintHub web version.
* **Error accessing the instance?** Check that the instance name was entered correctly, without spaces or additional characters.

If you have any questions or problems, contact SprintHub support via the help chat.

***


---

# 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.sprinthub.com/en/topics/sprinthub-app/how-to-log-in-to-the-app.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.
