# User Interface

- [About](https://zsx-development.gitbook.io/docs/resources/user-interface/about.md): Resource preview
- [Notifications](https://zsx-development.gitbook.io/docs/resources/user-interface/notifications.md): Adding the notification system to your framework.
- [Progressbar](https://zsx-development.gitbook.io/docs/resources/user-interface/progressbar.md): Adding the progressbar system to your framework.
- [Custom Initialization](https://zsx-development.gitbook.io/docs/resources/user-interface/custom-initialization.md): For those, who seek for implementing interface not automatically.
- [Functions](https://zsx-development.gitbook.io/docs/resources/user-interface/functions.md)


---

# 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://zsx-development.gitbook.io/docs/resources/user-interface.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.
