> For the complete documentation index, see [llms.txt](https://docs.riskbase.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riskbase.uk/getting-started-in-admin/mapping-categories-to-teams.md).

# Mapping Categories to Teams

2\. Mapping Categories to Teams

*When an action is raised in an assessment using the RiskBase application, the assessor has the option to assign it to a category (E.g., electrical repair, housekeeping etc.).*

*To automate the process of assigning tasks to users, RiskBase provides the capability to map categories to teams before an assessment is even started.*

*This means that when an action is assigned to a category in an assessment, it is automatically assigned to all users in the team it has been pre-mapped to.*

*Before mapping categories to teams, ensure that all teams have been correctly added with the correct users assigned to them: see Adding Users and Creating Teams.*

**How to map a category to a team:**

1. Sign in to [admin.riskbase.uk](http://admin.riskbase.uk).
2. Find an organisation in the explorer.
3. Right click on it and select **Details**.
4. Click the **Preferences** tab.
5. Scroll down to the **Categories** section.
6. Right click on a category and click **Edit Category**.
7. Click **Add Teams for a Task Type**.
8. Select a **Task Type** (E.g., Remedial or Create Assessment).
9. Select a **Team** for this category to be assigned to.
10. Click **Continue** and **Save**.

Next to the category it will now say ‘1 Team Responsible’ in grey (the number will change depending on how many teams have been assigned to the category).


---

# 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:

```
GET https://docs.riskbase.uk/getting-started-in-admin/mapping-categories-to-teams.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.
