> For the complete documentation index, see [llms.txt](https://docs.decisionrules.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decisionrules.io/doc/space.md).

# 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, Service Logs and Notifications](https://docs.decisionrules.io/doc/space/event-logs-service-logs-and-notifications.md): DecisionRules records every important change in your space.
- [Tests](https://docs.decisionrules.io/doc/space/tests.md): Rule Testing lets you verify rule behavior against saved scenarios using fixed inputs and expected outputs. Use the Test Bench for quick, ad-hoc checks while editing, and use Rule Testing for automate
- [Tests Tab](https://docs.decisionrules.io/doc/space/tests/tests-tab.md)
- [Test Runs Tab](https://docs.decisionrules.io/doc/space/tests/test-runs-tab.md)
- [Structure Limits](https://docs.decisionrules.io/doc/space/structure-limits.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.decisionrules.io/doc/space.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
