> For the complete documentation index, see [llms.txt](https://help.usejimo.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.usejimo.com/docs/experiences/agent/knowledge/interface/page-details.md).

# Page details

***

{% hint style="warning" %}
**Beta** · This feature is currently in beta. Behavior and interface may still evolve.
{% endhint %}

Click any page card in the [Interface list](/docs/experiences/agent/knowledge/interface.md) to open its detail panel. Three tabs: **Interface**, **Skills**, **Details**.

### Interface tab: what the Agent reads

<figure><img src="/files/HH6W1VKyaldmZUb2LSeK" alt=""><figcaption></figcaption></figure>

#### Trusted Page

<figure><img src="/files/9Ph5hrkwXP3TTv04m76q" alt=""><figcaption></figcaption></figure>

The toggle at the top decides the reading mode:

* **Off**: the Agent reads **only the elements you allow below**. Curated mode.
* **On**: the Agent trusts the whole page and reads it live.

{% hint style="danger" %}
Turning Trusted Page on is equivalent to the **Read all** mode: anything visible on the page, including user data, becomes readable.&#x20;

Keep it off for screens that can display sensitive information, and curate below instead.
{% endhint %}

#### Elements your agent reads

Elements are grouped by category, each with its count: **Navigation**, **Inputs & Forms**, **Controls**, **Data Displays**, **Contents**, **Other**. Expand a category to see its elements. **+ Add elements** reopens the [scan](/docs/experiences/agent/knowledge/interface/scan-a-page.md) to capture more.

#### One element in detail

Clicking an element opens its own sheet:

| Setting                | What it does                                                                                                                                                                                                                                                 |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Readable element**   | The on/off switch. Off excludes the element and any sensitive data it may carry.                                                                                                                                                                             |
| **About this element** | A short description of what the element does, pre-filled by the scan and editable. This is what the Agent relies on to answer.                                                                                                                               |
| **Selector**           | The CSS selector locating the element. **Selector Strictness** is a slider that sets how deep the automatic targeting goes in the CSS nesting: loose matches a broad container, strict pins one exact node. **Manual Select** re-points the element by hand. |

<figure><img src="/files/RLqsBgk6FedHZ7gaIcbu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Selector Strictness works exactly like the strictness slider used when [positioning an experience](broken://pages/9befa74ce05d04484c99b73402edac04273a83d5) on an element: same logic, applied to what the Agent reads.
{% endhint %}

{% hint style="success" %}
**The description is the knowledge.** "Navigates to application home/dashboard" tells the Agent exactly what to answer when a user asks what the logo does. Rewrite the pre-filled text wherever your product's vocabulary is more precise.
{% endhint %}

### Skills tab: what the Agent can do here

While the page has no Skills yet, the tab asks **What skills do you want to create?** and offers the three types, each with a **+** button.&#x20;

<figure><img src="/files/ZkEXpDPnCsgatRS4hhL0" alt=""><figcaption></figcaption></figure>

Once Skills exist, it lists the **Enabled Skills** attached to this page, each with its type underneath its name (Explain Skill, Guide Skill, Execute Skill). Click one to open its own panel: its usage statistics, and its settings.&#x20;

You need to be in-app to add skills to an interface.

See [Skills](/docs/experiences/agent/skills.md) and [Create a skill](/docs/experiences/agent/skills/create-a-skill.md).

<figure><img src="/files/i23vSKeWr5kkBnldwcrJ" alt=""><figcaption></figcaption></figure>

Two actions sit at the bottom of the panel, whichever tab you are on:

| Action          | What it does                                                                                                |
| --------------- | ----------------------------------------------------------------------------------------------------------- |
| **Rescan**      | Runs the scan again on the page, to pick up elements that changed or appeared since.                        |
| **Edit in-app** | Opens the page in your product with the side panel, to curate elements or add a Skill from the real screen. |

### Details tab: scope and context

<figure><img src="/files/EfqrUafItARdLpjelwPl" alt=""><figcaption></figcaption></figure>

* **Description for the agent**: a summary of what the page shows and what users do on it. The Agent uses it to decide when this page's knowledge is relevant.
* **URL rules**: the environments and URL patterns where this knowledge applies. Add rules manually (Equals, and the other matching operators) or use **Generate rules**. It relies on the same logic as for targeting experiences via the [Where section](/docs/publish/target-specific-urls-domains-where.md).

**Test agent**, at the bottom of the panel, opens a chat scoped to this page's knowledge, the same logic as [Test Knowledge](/docs/experiences/agent/knowledge.md#test-knowledge).

### Related pages

* [Scan a page](/docs/experiences/agent/knowledge/interface/scan-a-page.md): add or re-capture elements
* [Interface](/docs/experiences/agent/knowledge/interface.md): back to the pages list
* [Skills](/docs/experiences/agent/skills.md): the procedures that run on these elements
