# Product Guides

- [Getting Started](https://a-space.gitbook.io/a-space/product-guides/getting-started.md): A few tips to get you going.
- [Setting up your file](https://a-space.gitbook.io/a-space/product-guides/setting-up-your-file.md): A-Space relies on layers within a .DWG or .DXF file to identify various architectural elements. This page will walks you through how to get your file ready to use on A-Space.
- [The Interface Guide](https://a-space.gitbook.io/a-space/product-guides/the-interface-guide.md): If you find yourself looking at your screen confused as to what the buttons do, you have come to the right place! This page will outline what each thing in the A-Space interface does.


---

# 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://a-space.gitbook.io/a-space/product-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.
