# Getting Started

- [Coding with AI Agents](https://docs.graphlit.dev/getting-started/coding-with-ai.md): Use AI coding agents to work with Graphlit's documentation and SDK
- [Platform Overview](https://docs.graphlit.dev/getting-started/overview.md): Complete overview of Graphlit - what it is, why it exists, and what you can build with it
- [Quickstart: Your First Agent](https://docs.graphlit.dev/getting-started/quickstart.md): Build an AI agent with semantic memory in 7 minutes


---

# 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.graphlit.dev/getting-started.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.
