# How to Guides

- [How to represent mathematical formulas and equations while adding questions manually?](https://docs.myvega.ai/support-documentation/how-to-guides/how-to-represent-mathematical-formulas-and-equations-while-adding-questions-manually.md)
- [How to Underline, bold and italize text while adding questions mannualy?](https://docs.myvega.ai/support-documentation/how-to-guides/how-to-underline-bold-and-italize-text-while-adding-questions-mannualy.md)
- [How to write theorems and proofs manually on VEGA AI?](https://docs.myvega.ai/support-documentation/how-to-guides/how-to-write-theorems-and-proofs-manually-on-vega-ai.md)
- [How to chose the correct question type while question extraction?](https://docs.myvega.ai/support-documentation/how-to-guides/how-to-chose-the-correct-question-type-while-question-extraction.md)
- [Common Mistakes in Question Extraction (And How to Fix Them)](https://docs.myvega.ai/support-documentation/how-to-guides/common-mistakes-in-question-extraction-and-how-to-fix-them.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://docs.myvega.ai/support-documentation/how-to-guides.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.
