> For the complete documentation index, see [llms.txt](https://docs.aiceberg.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aiceberg.ai/inventory/what-is-the-inventory/what-are-profiles.md).

# What are Profiles?

**Profiles** act as customizable rulesets that control how Aiceberg monitors and governs AI interactions. They determine what safety signals to detect, how to respond to violations, and what actions to take on inputs and outputs.

Profiles allow you to create different governance rulesets for different:

* use cases or applications
* teams or departments
* risk tolerance levels
* compliance requirements

Think of Profiles as your AI governance "policies in code" — they're how you translate your organization's AI safety, security, and compliance requirements into actionable technical controls.

Access Profiles through the Inventory.

![](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/2QbZDu6WGX8XRei6aXqF/Screenshot%202025%2007%2017%20at%208.12.07%20AM.png)

{% stepper %}
{% step %}

### Create a new Profile

Tap the + icon. ![Screenshot 2025-07-17 at 8.14.43 AM](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/fVwya1lo4kkhqzdhWcSd/Screenshot%202025%2007%2017%20at%208.14.43%20AM.png)
{% endstep %}

{% step %}

### Name and describe

Enter a name and optional description and tap Create. ![Screenshot 2025-07-17 at 8.17.18 AM](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/i3iHWGvt5AA1TSjpkTky/Screenshot%202025%2007%2017%20at%208.17.18%20AM.png)
{% endstep %}

{% step %}

### Profile created

Your new Profile is created and you can begin configuring it. New accounts come populated with a Default Profile that has many settings already configured. ![Screenshot 2025-07-17 at 8.17.42 AM](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/XsjqhKq7vKuaoKZFG0lo/Screenshot%202025%2007%2017%20at%208.17.42%20AM.png)
{% endstep %}

{% step %}

### Copy ID, duplicate, delete

At the top of the Profile, tap the copy/paste icon to copy the Profile ID to your clipboard. Tapping the kabob menu on the right will open a menu flyover to access duplicate and delete. ![Screenshot 2025-07-17 at 8.20.29 AM](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/NXSgkIMCoFPZdKpgPQoF/Screenshot%202025%2007%2017%20at%208.20.29%20AM.png)
{% endstep %}

{% step %}

### View configuration summary

To see a quick view of how your Profile is configured, tap the top chevron and the Profile categories will all expand. Alternatively, you can see a summary of any category by tapping its individual chevron. ![Screenshot 2025-07-17 at 8.17.42 AM-1](https://content.gitbook.com/content/huh6w2lTUExBtn7eC56o/blobs/lvxyVBi23tVG5snxl9bX/Screenshot%202025%2007%2017%20at%208.17.42%20AM%201.png)
{% endstep %}
{% endstepper %}

To learn more about how to configure your Profile, check out [How are Profiles Configured](/inventory/what-is-the-inventory/what-are-profiles/how-are-profiles-configured.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.aiceberg.ai/inventory/what-is-the-inventory/what-are-profiles.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.
