# Tawasol

{% @mermaid/diagram content="graph TD
A(Secretary creates a tawasol) --> B(Hassen will be notified and will decide)
B --> |If he refuses| C(Secretary will be notified)
B --> |If he approves| D(Secretary and the sheikh will be notified)
D --> E(The sheikh will decide)
E --> |He accepts| F(He gives instructions - callback, reference, etc.)
E --> |He refuses| G(He refuses)
F --> H(Hassen and Secretary will be notified)
G --> H(Hassen and Secretary will be notified)" %}


---

# 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://saq.book.etherial.dev/tawasol.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.
