> For the complete documentation index, see [llms.txt](https://emrade.gitbook.io/mi-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emrade.gitbook.io/mi-notes/the-app/directory-structure.md).

# Directory Structure

![](/files/-McvrIVPZkgscZJpUnYi)

### Config

Contains all app configurations like theming, routing, navigation, extensions etc

### Constants <a href="#constants" id="constants"></a>

Contains all app constants grouped by the type. For example all images used in the app are stored in a constant file named `'images.dart'`.

### Global Widgets <a href="#global-widgets" id="global-widgets"></a>

Contains all UI widget used in the application like: Buttons, TextFields etc

### Models

Data model are defined for easier data handling and manipulation.

### Services <a href="#services" id="services"></a>

Contains helper services like alert and dialog services

### Utils <a href="#utils" id="utils"></a>

Contains all app utility functions like helper functions , theme utilities etc.

### Views

Contains all screens of the application


---

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

```
GET https://emrade.gitbook.io/mi-notes/the-app/directory-structure.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.
