# How are Profiles configured?

### Profile Navigation

To edit any category in your Profile, tap on the category name.

![](/files/f47e3981500c136f25ae4907c9cadd6c11a578e8)

In the editing view, you'll see two rows of navigation tabs and a link to go back to the Profile summaries.

![](/files/bf6c85a45978915d38a70f82c9bd0ed7c6b2f982)

### Common Profile Settings

Signal settings in Aiceberg allow for precise control. Most will include these two elements:

* An activation control that can be toggled on and off
* Dual-path action configuration

![](/files/16f1b6d6fba92c88123264e1ebbea6c996a7f517)

The action configuration allows for independent control of prompts and responses and workflow integrations (future feature) that can execute other actions. This set of controls includes:

* An on/off toggle for each category
* Prompt actions
* Prompt-related system actions
* Response actions and response-related system actions

![](/files/e2bec78af68de05b99591aa8249c8aba43d00259)

For both the Prompt and Response sides the action options are:

* Do nothing
* Block — prevents any input from traveling to the model
* Redact — removes problematic text and forwards the rest to the model
* Alert — triggers a syslog message to any connected software
* Execute (future feature)

![](/files/140e329775116d423e8125f97e621746a278968d)

When a category has subcategories, those settings are accessible by tapping the chevron. Each subcategory's Prompt and Response settings can be independently toggled on/off and configured.

Tapping a setting for the Category will snap all subcategories to match.

![](/files/4f65d8f0d52fa50409f72cb66a9ec7d4abf54304)

### Bulk Actions & Search

Search is coming soon!

Many Profile settings allow for bulk editing.

{% stepper %}
{% step %}

### Open bulk actions

Tap the Bulk actions button to open the selector.
{% endstep %}

{% step %}

### Select categories

Choose any combination of categories and/or subcategories to edit.
{% endstep %}

{% step %}

### Apply changes

Change all settings at once by toggling choices on the top row.
{% endstep %}
{% endstepper %}

![](/files/80c46422bc1867d9e8528bd2a1ab60797c7648a5)

### General Tab

**Model**

In the Model tab you'll pick your [LLM connection](/inventory/what-is-the-inventory/where-do-i-connect-to-my-llm.md) and the Mode to operate in. Learn more about [Listen and Enforce here](/inventory/what-is-the-inventory/what-are-profiles/listen-vs-enforce.md).

{% hint style="info" %}
Don't forget to save between editing tabs.
{% endhint %}

![](/files/6d664142f103ce2bd1d5a591e3551e7c3cf2e710)

**Semantic Chunking**

In this tab, chunk settings can be configured. The defaults are tuned to optimize for ensuring accurate analysis, thorough coverage of context, and high-volume traffic without performance degradation.

![](/files/e8decf6112ca4902a38dcde4a10c617e96e4330c)

**Sessions**

This is a future feature. Enabling Sessions will allow users to view a Sessions column in Monitoring and then see inputs (prompts) that are proximal in time (like an agent workflow) grouped together.

<details>

<summary>More on Sessions (future feature)</summary>

Enabling Sessions will surface a Sessions column in Monitoring to group related inputs that are close in time (useful for agent workflows). This feature is not yet available.

</details>

![](/files/3d9a7cca2ac854b3432c612dff79f12ce6e9173c)

### Context Tab

**Relevance**

This feature is disabled by default and can't be enabled by users. When active, Relevance measures the degree to which a given prompt matches the information in connected Datasets.

<details>

<summary>Enablement of Relevance</summary>

If you'd like this feature turned on in your account, please reach out to your Aiceberg contact or email <support@aiceberg.ai>.

</details>

![](/files/d1f3b939aff2653338ff71fdd3778efa3ff6bae4)

### Information Tab

**Named Entities**

This feature identifies specific words or phrases in text that refer to particular individuals, organizations, locations, time periods, or other distinct concepts. The data is then available in analysis results and on the Overview.

The default number of extraction characters is set to 150, which we've found to be optimal for balancing entity capture with speed of analysis. You can set extraction as low as 16 if your primary concern is speed or up to 512 if you require more context (such as with technical, legal, or medical terms.)

![](/files/8d0eeecd2dc5562f7b443a42b41d48b7774e0c78)

### Content

**Blocklist**

Blocklist is a future feature, but will allow users to create a custom text list of words or phrases to apply actions to.

![](/files/673e8f02e646454b9ff380345ed9221635eb04e8)


---

# 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.aiceberg.ai/inventory/what-is-the-inventory/what-are-profiles/how-are-profiles-configured.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.
