# Reading Documentation

The goal of this section is to help jump start your journey with Abyiss. Below we go over some pro tips on how to better understand our documentation. For more tutorials head over to our [YouTube Channel](https://www.youtube.com/channel/UCDCouIru0ltR6s1kbSPTZhA) where we post quick-start videos.

If you are having trouble, check out the [Getting Started](/introduction/getting-started.md) section or [contact us](https://abyiss.com/contact). We are here to help!

* **Be patient**
* **Review terms**
* **Read slowly**
* **Reread things**
* **Click the drop down arrows**
* **Read the overviews**
* **Google anything you don't understand**
* **Contact us if you are having trouble**

{% embed url="<https://youtu.be/rx0QnhukJsg>" %}
Reading Documentation
{% endembed %}


---

# 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://docs.abyiss.com/introduction/reading-documentation.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.
