# Guides

- [Running Automation Scripts](https://dev-docs.tasknet.co/guides/running-automation-scripts.md): How to run your automation script
- [RealTime View](https://dev-docs.tasknet.co/guides/realtime-view.md): How to view your session
- [Use With AI](https://dev-docs.tasknet.co/guides/use-with-ai.md)
- [Function Tooling](https://dev-docs.tasknet.co/guides/use-with-ai/function-tooling.md): How to convert an api controller endpoint to a tool
- [Data Extraction with LLM](https://dev-docs.tasknet.co/guides/use-with-ai/data-extraction-with-llm.md): How to extract data with LLMs
- [Exposing Dom to LLM](https://dev-docs.tasknet.co/guides/use-with-ai/exposing-dom-to-llm.md): How to present the DOM to an LLM


---

# 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://dev-docs.tasknet.co/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.
