# Structure

The organization has a clear structure. It consists of its members, teams, organization spaces, roles and policies. The following sections of the documentation provide more information on each part of the structure.

* [Organization Roles](/doc/v1/organizations/structure/organization-roles.md)
* [Members](/doc/v1/organizations/structure/members.md)
* [Teams](/doc/v1/organizations/structure/teams.md)
* [Spaces](/doc/v1/organizations/structure/spaces.md)
* [Space Roles](/doc/v1/organizations/structure/space-roles.md)
* [Policies](/doc/v1/organizations/structure/policies.md)
* [Settings](/doc/v1/organizations/structure/settings.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/v1/organizations/structure.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.
