# SPACE

- [Space Introduction](https://docs.decisionrules.io/doc/space/spaces.md): Agile software development often works in end-to-end delivery teams. To support this thesis, we plan to create project sites where each team will have its business rules under its management.
- [Space Info](https://docs.decisionrules.io/doc/space/space-info.md)
- [Space migration](https://docs.decisionrules.io/doc/space/space-info/space-migration.md): Space Migration allows you to move an existing private space under an organization. This is useful when you want to centralize space management, billing, and access control within an organization.
- [Access](https://docs.decisionrules.io/doc/space/access.md)
- [API Keys](https://docs.decisionrules.io/doc/space/api-keys.md)
- [Audit Logs](https://docs.decisionrules.io/doc/space/audit-logs.md)
- [Audit Calculation](https://docs.decisionrules.io/doc/space/audit-logs/audit-calculation.md)
- [Jobs](https://docs.decisionrules.io/doc/space/jobs.md)
- [Connectors](https://docs.decisionrules.io/doc/space/connectors.md)
- [Webhooks](https://docs.decisionrules.io/doc/space/webhooks.md)
- [Event Logs](https://docs.decisionrules.io/doc/space/event-logs.md)
- [Structure Limits](https://docs.decisionrules.io/doc/space/structure-limits.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://docs.decisionrules.io/doc/space.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.
