> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/contacts/leads-common-questions/contacts-contact-files.md).

# Contacts - Contact Files

Use the contact files to attach and link documents, images, videos, audio, and other items to the contact.

{% embed url="<https://youtu.be/vdaHm_gtEzg>" %}

***

## Contact

<figure><img src="/files/681c12ab08c7e43019f5e60cf2c399fc4ca1dfdb" alt=""><figcaption></figcaption></figure>

The image above shows where the screen with the contact files is; in this image, it shows a contact with no file attached. Therefore, it will appear like this, with the message "No file attached".

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

After attaching files, you will be able to see a list with all the files, with important data such as preview, name, size, format, category, owner, and creation date.

* The format is obtained through its extension or file metadata, for greater accuracy about the source of the data;
* The category indicates which part of the system the upload or attachment of the file linked to the contact was made from;
* The owner will always be the user who attached the file to the contact;

In file options, we have:

* Open file: opens a new tab to view the file;
* Get data with AI, Transcribe audio with AI, or Summarize document with AI: these are actions for those who subscribe to the AI module to extract information from files;
* Rename: to edit the file name and description;
* View properties: function to get more details about the file;
* Delete: unlinks the file from the contact but does not delete it from the system;

For the best use, it is possible to filter the files using the following features:

* Owner filter: choose which users will be used to filter the files;
* Type filter: choose which types of files can be shown (e.g., audio, video, etc.);
* Category filter: choose which categories can be shown (e.g., support tickets);
* Range filter: choose the time range to filter the files based on the creation date;

<figure><img src="/files/e7af0fb9efe2f662ad53faed80fc340d45196b38" alt=""><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, and the optional `goal` query parameter:

```
GET https://docs.sprinthub.com/en/topics/general/contacts/leads-common-questions/contacts-contact-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
