# Introduction

***

The application's workflow follows this sequence:

1. **User Authentication**: The user logs into the application.
2. **School Selection**: Upon logging in, the user retrieves a list of schools to select the currently active school.
3. **Access to Sections API**: Once the school is selected, the user can access the APIs related to sections.
4. **Access to Students API**: The user can also interact with the APIs concerning student information.

***


---

# 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://dugsi-docs.tiigsi.io/getting-started/introduction.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.
