> For the complete documentation index, see [llms.txt](https://help.matrack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.matrack.io/gps-and-dashcam/readme/categories/phone-app/hot-to-login-to-the-app-and-logout-from-the-app.md).

# Hot to login to the app and logout from the app

## App Login & Logout Guide

<div align="center"><figure><img src="/files/P1dWxiBPl20du3Iuabiy" alt="" width="193"><figcaption></figcaption></figure></div>

### Logging Into the App

#### How to Login

1. Open the app on your device
2. Enter your login credentials on the login screen
3. Tap the " **Sign In** " button to access your account

#### Login Tips

* Keep your credentials secure
* Use the correct username/email format
* Check for typing errors if login fails

<div align="center"><figure><img src="/files/olfkjx0kwPjnWjQpu9Hd" alt="" width="197"><figcaption></figcaption></figure></div>

### Logging Out of the App

#### How to Logout

1. Look for the logout button on the bottom banner
2. Tap the logout button
3. Confirm logout if prompted


---

# 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://help.matrack.io/gps-and-dashcam/readme/categories/phone-app/hot-to-login-to-the-app-and-logout-from-the-app.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.
