# Meta Data

### What is this?

The **Meta Data** section allows you to define which attributes your AI Agent should extract and track during a conversation. These attributes help the agent filter, analyze, and respond based on user-specific inputs like dates, locations, or preferences.

***

### Why is it beneficial?

* Enables your AI Agent to capture and store critical user details automatically
* Powers contextual personalization in real-time conversations
* Enhances backend data filtering and segmentation for analytics or automation
* Streamlines downstream workflows like appointment scheduling or lead qualification

***

### How to configure it

1. Go to [**BotPenguin**](https://app.botpenguin.com/) and log in to your account.
2. Go to **Agents** from the side panel and select your AI Agent.

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

3. Open the **AI Agent Personality & Instructions** section and navigate to the **Meta Data** tab.

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

4. You’ll see a list of attributes the agent can extract. Each row displays:

* **Attribute Name** – the label used to identify the data point
* **Category** – such as Custom or System
* **Extract Meta Data** – a toggle to enable or disable automatic extraction
* **Actions** – a delete button to remove any attribute from the agent's scope

5. Use the search bar to locate specific attributes by name or filter them by status: *All*, *Active*, or *Non-active*.
6. To create or modify attributes, click on the **Manage Attribute** button. This redirects you to the **Custom Attributes** section under BotPenguin’s global **Settings**.

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

7. From there, you can define new attributes, assign types (e.g., Text, Date, Boolean), and configure options like mandatory fields or value validation. Refer to the full [Managing Custom Attribute](/settings/managing-custom-attribute.md)for detailed guidance.

<figure><img src="/files/5WWylYOXbo6Rw4SXQrLt" alt=""><figcaption></figcaption></figure>

***

### Need Help?

If your metadata isn’t being extracted as expected, or attributes aren’t showing correctly, reach out to us at [**support@botpenguin.com**](mailto:support@botpenguin.com). Our team will assist you within 48 business hours.


---

# 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://help.botpenguin.com/ai-agents/creating-ai-agents-in-botpenguin/setting-up-your-ai-agent/meta-data.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.
