# start building

- [Setup your development environment](https://developer.gospace.com/start-building/setup-your-development-environment.md)
- [Send your first API request](https://developer.gospace.com/start-building/send-your-first-api-request.md)
- [Create a location](https://developer.gospace.com/start-building/create-a-location.md)
- [Create a layer](https://developer.gospace.com/start-building/create-a-location/create-a-layer.md)
- [Create spaces](https://developer.gospace.com/start-building/create-a-location/create-a-layer/create-spaces.md)
- [Create rooms](https://developer.gospace.com/start-building/create-a-location/create-a-layer/create-rooms.md)
- [Create zones](https://developer.gospace.com/start-building/create-a-location/create-a-layer/create-zones.md)
- [Add directory people/teams](https://developer.gospace.com/start-building/add-directory-people-teams.md)
- [Add historic attendance](https://developer.gospace.com/start-building/add-historic-attendance.md)
- [Start forecasting](https://developer.gospace.com/start-building/start-forecasting.md)
- [Optimise your first location](https://developer.gospace.com/start-building/optimise-your-first-location.md)
- [Recommended allocations](https://developer.gospace.com/start-building/recommended-allocations.md)
- [Create connections and label space](https://developer.gospace.com/start-building/create-connections-and-label-space.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://developer.gospace.com/start-building.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.
