> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/marketplace/requests/add-and-manage-attachments.md).

# Add or remove attachments

You can attach a file to your request at any time, regardless of the request's status. You can also delete any files you have previously added.&#x20;

Make sure that the file you want to upload is in one of these formats: `.pdf`, `.pptx`, `.doc`, or `.xlsx`.

## Adding an attachment&#x20;

To add a file to your request:&#x20;

1. Navigate to the **Requests** page and select the required request.
2. On the details page, select the **Attachments** tab. Then, select **Add**.&#x20;

<figure><img src="/files/kR8rJQe54LZeiMSlWuY1" alt=""><figcaption><p>Add option on the Attachments tab</p></figcaption></figure>

3. In the **Add attachments** dialog, do the following:
   1. In the **Name** field, provide a file name.
   2. In the **Description** field, add a brief description of the file you are adding.&#x20;
   3. In the **Upload files** area, upload the file from your system or drag the file to the selection area.
4. Select **Add**. The file is added to the request and displayed on the **Attachments** tab.

## Editing or deleting an attachment

To edit or delete an attachment, go to the same **Attachment** tab where you originally added the file. Select the actions icon (•••) next to the file, and then select **Edit** or **Delete** as needed.

{% hint style="info" %}
A deleted file cannot be recovered.
{% endhint %}

If you choose **Edit**, upload the new attachment in the **Edit Attachment** section and save your changes.

If you choose **Delete**, a confirmation message will appear. Select **Delete** in this message to confirm the action.


---

# 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.platform.softwareone.com/modules-and-features/marketplace/requests/add-and-manage-attachments.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.
