> 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/sprinthub-app/sac/sending-pdfs-through-the-app.md).

# Sending PDFs through the App

It is possible to forward files directly through the SprintHub App. The feature allows sending PDF documents and other formats quickly, simply, and conveniently.

{% hint style="warning" %}
To ensure the sending occurs correctly, it is important to perform the **file renaming** before sending. Below, see the step-by-step instructions to do this.
{% endhint %}

***

#### 📌 Step-by-Step to Send Files Through the SprintHub App

1. **Access the SprintHub App** on your device.
2. In the desired conversation or support interaction, tap the **attachments** 📎 icon.
3. **Select the file** you want to send (PDF, image, or another compatible format).
4. **Rename the file** on the device itself before sending it, making sure the name does not contain special characters, spaces, or accents, to avoid sending errors.
   * Correct name example: `proposta_cliente_julho2025.pdf`
   * Name example to avoid: `Proposta do Cliente - Julho/2025.pdf`
5. After renaming, just **confirm the sending** through the App.

{% embed url="<https://youtube.com/shorts/7ytDLlfp2t0?feature=share>" %}

***

#### ✅ Important Tips:

* Prefer simple file names, with lowercase letters, numbers, and underscore (\_) to separate words.
* Make sure the file is saved on your device before starting the send.
* Check the maximum size allowed for file sending in the App.

***

#### CONCLUSION

With a few steps, you can send documents and files through the SprintHub App efficiently and without complications. Remember to always rename the file correctly before sending it, ensuring it is delivered without errors and with good readability for the recipient.


---

# 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/sprinthub-app/sac/sending-pdfs-through-the-app.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.
