# Contact Screen

- [Contact Screen Overview](https://docs.ownchat.app/contact-screen/contact-screen-overview.md)
- [Single Contact Upload](https://docs.ownchat.app/contact-screen/single-contact-upload.md): This section explains how to add a single customer contact manually in OwnChat.
- [Bulk Contact Navigation and Download](https://docs.ownchat.app/contact-screen/bulk-contact-navigation-and-download.md): This section explains how to access the bulk upload feature and download the sample spreadsheet.
- [Spreadsheet Data Preparation](https://docs.ownchat.app/contact-screen/spreadsheet-data-preparation.md): This section explains how to correctly fill the spreadsheet before uploading. Proper formatting ensures successful processing.
- [Upload the Bulk Contact](https://docs.ownchat.app/contact-screen/upload-the-bulk-contact.md): This section explains how to upload the prepared CSV file and track its progress.
- [Field Collection](https://docs.ownchat.app/contact-screen/field-collection.md): The Field Collection feature allows you to create and manage custom fields for customer contacts.
- [Segments](https://docs.ownchat.app/contact-screen/segments.md)


---

# 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.ownchat.app/contact-screen.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.
