> For the complete documentation index, see [llms.txt](https://docs.rox.com/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rox.com/development/product/organization-level-configurations/managing-private-data-fields.md).

# Managing Private Data Fields

Once connected with your CRM, you can pull in existing fields from your CRM directly into Rox. These are known as **Private Data Fields**

To manage Private Data Fields, navigate to **Data Attributes** by clicking on **your name** on the bottom left corner, clicking **Settings** and then clicking **Data Attributes** on the left column.

Here you can see all the data fields that you currently have currently imported from another source. **These do not include new clever columns that you make natively in Rox.**&#x20;

To add a Data Field, click Add Attribute in the top right. You will need to fill out:

* **Name of the field**
* **Data Source** (this could be Salesforce, Gmail, or another data warehouse)
* **Object within your Data Source** (for example this could be the Account table within your Salesforce)
* **Field** (data field within that object)
* **Data Type**
* **Hidden** (turning this on will hide the column from the team, but still enable the Rox platform to use it as context)

<figure><img src="/files/XXRP2gLMVMlw2NTWkJei" alt="" width="375"><figcaption></figcaption></figure>

**\[Advanced]** If you want to make additional data transformations before importing the data, you can click **Use SQL Editor** and provide your custom SQL code referencing your data source.&#x20;

<figure><img src="/files/VQfsdHgWhPPM402qO1jy" alt="" width="375"><figcaption></figcaption></figure>

To edit each data field, click on the 3 dots to bring up the configuration panels similar to above. Here you can make adjustments to your previous configurations.&#x20;

<figure><img src="/files/EO9d9OmOI7THc9932wMz" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.rox.com/development/product/organization-level-configurations/managing-private-data-fields.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.
