# Plaee

## Welcome to Plaee

Everything starts here.

Use this space to learn the basics, get set up, and move into the API reference when you are ready to build.

[Docs](/documentation/quick-start.md) · [API reference](/api-reference/readme.md)

### Where to go next

* Jump into [Docs](/documentation/quick-start.md) for the basics and setup flow.
* Jump into [API reference](/api-reference/readme.md) for endpoints and payloads.

### Recommended path

1. Begin with [Docs](/documentation/quick-start.md).
2. Review the main flows and setup steps.
3. Use the [API reference](/api-reference/readme.md) while building.


---

# 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.plaee.com/readme.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.
