> For the complete documentation index, see [llms.txt](https://docs.stabledoc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stabledoc.com/products/sdt-mobile-app/user-app/registration.md).

# Registration

Android Users: Please click the link below and open it in Play Store to download the app\
<https://play.google.com/store/apps/details?id=com.sdtapp.customer>\
\
iOS Users: Kindly search "**StableDoc**" in Apple Store to download the app\
\
Following the steps below, you can set up your account once you download the app

#### Step 1: Launch the app, swipe through the onboarding screens and and choose any of the available options to "Sign Up"

<div align="center"><img src="/files/LqbIivTmkj0TF5dbYCxB" alt=""></div>

#### Step 2: Fill in your personal details and click on "Sign Up" button

![](/files/RmvJ4CjkDVM0Go5kTOgt)

#### Step 3: A verification link will be sent to your email address, open your email and click on the link to confirm

![](/files/Ns6xIsK6VEV8l8z3Q5qe)

#### Step 4: After you verified your email, you will get a successful message in your browser. Close your browser and return to StableDoc application

#### Step 5: Grant the app all the necessary permissions by clicking on the first option.

#### Step 6: You will be able to access your dashboard

![](/files/kvdeRfk2EOn1tVi0mJLD)

### Done, registration completed successfully


---

# 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.stabledoc.com/products/sdt-mobile-app/user-app/registration.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.
