# Model

- [Organization](https://intuitem.gitbook.io/ciso-assistant/model/organization.md): You can find here CISO Assistant global organization. All entities will be linked to or contained within these objects.
- [Add and manage users](https://intuitem.gitbook.io/ciso-assistant/model/organization/add-and-manage-users.md)
- [User Groups](https://intuitem.gitbook.io/ciso-assistant/model/organization/user-groups.md): User groups are built-in objects giving permissions to all users inside of them, with a specific role across a scope.
- [Custom roles](https://intuitem.gitbook.io/ciso-assistant/model/organization/custom-roles.md): For fine-grained permissions management - PRO feature
- [Understanding the IAM model](https://intuitem.gitbook.io/ciso-assistant/model/organization/understanding-the-iam-model.md): Deep dive into CISO Asisstant IAM model
- [Teams](https://intuitem.gitbook.io/ciso-assistant/model/organization/teams.md)
- [Context](https://intuitem.gitbook.io/ciso-assistant/model/context.md): This is the place to define the context for risk and compliance management. All items here are optional.
- [Governance](https://intuitem.gitbook.io/ciso-assistant/model/governance.md): You will set here documents and items that are used as a basis for assessments.
- [Risk](https://intuitem.gitbook.io/ciso-assistant/model/risk.md): This is where risk analyses are managed, from definition to potential acceptance.
- [Compliance](https://intuitem.gitbook.io/ciso-assistant/model/compliance.md): This is where you can carry out your compliance work based on the framework of your choice.
- [Manage extended result](https://intuitem.gitbook.io/ciso-assistant/model/compliance/manage-extended-result.md): Minor nonconformity, Major nonconformity, etc.
- [Domain export/import](https://intuitem.gitbook.io/ciso-assistant/model/domain-export-import.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://intuitem.gitbook.io/ciso-assistant/model.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.
