# Managing Data

- [CSV Imports](https://daisychain.gitbook.io/help/managing-data/csv-imports.md): You can easily add people to your Daisychain through CSV uploads.
- [Filters](https://daisychain.gitbook.io/help/managing-data/filtering-people.md): Filters help you quickly find specific groups of people in your Daisychain account.
- [Standard Fields](https://daisychain.gitbook.io/help/managing-data/standard-fields.md): When you import a CSV into Daisychain, you should include column headers for each field.
- [Custom Fields](https://daisychain.gitbook.io/help/managing-data/custom-fields.md): Daisychain allows you set up custom fields to assign to people in your database.
- [Tags](https://daisychain.gitbook.io/help/managing-data/tags.md): Tags can help you organize and filter people in Daisychain.
- [Questions](https://daisychain.gitbook.io/help/managing-data/questions.md): Record answers that change over time, with full history of who recorded the answer and when.
- [Tags vs. Custom Fields vs. Questions](https://daisychain.gitbook.io/help/managing-data/tags-vs.-custom-fields.md): Learn the key differences between Tags, Questions, and Custom Fields in Daisychain and understand how to effectively use each to manage and engage your contacts.
- [Exporting Data](https://daisychain.gitbook.io/help/managing-data/exporting-data.md): You can easily export data in your Daisychain account.
- [Subscription Statuses](https://daisychain.gitbook.io/help/managing-data/subscription-statuses.md): The difference between "Textable," "Opted In," and "Opted Out"
- [Deduplication](https://daisychain.gitbook.io/help/managing-data/deduplication.md): Find matching email and phone records and merge people.
- [Data Sync](https://daisychain.gitbook.io/help/managing-data/data-sync.md): Daisychain can keep an Amazon S3 bucket automatically synchronized with raw database table data from your account.
- [Anonymized Data Co-Op](https://daisychain.gitbook.io/help/managing-data/anonymized-data-coop.md): Use shared, anonymous engagement data to better target and reactivate your supporters.


---

# 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://daisychain.gitbook.io/help/managing-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.
