# Add/Remove Artifacts

Artifacts in Rox expand the context window of your agents, enabling them to better understand your company’s operations. This improved understanding leads to higher-quality outputs, such as more accurate emails and richer research results.

## **How to Add Artifacts**

1. **Access Agent Tuning:**

   * Click on your profile picture in the bottom left corner of the Rox interface.
   * Click on the Tuning tab.
   * Select the Artifacts tab.

   <figure><img src="/files/ACWWxRYqqPLuaLxOOokM" alt=""><figcaption></figcaption></figure>
2. **View Existing Artifacts:**

   * Rox automatically adds artifacts through its auto-discovery process.
   * You can review these preloaded artifacts directly in the **Artifacts** section.

   <figure><img src="/files/91D054Ei7ntKm8Y2UtzQ" alt=""><figcaption></figcaption></figure>
3. **Add a New Artifact:**

   * Click the **Add Artifact** button.
   * Select the files you want to add as artifacts. Supported formats include:
     * **Text files (.txt)**
     * **Presentations (.pptx)**
     * **PDF documents (.pdf)**
     * **Web Link (URL)**

   <figure><img src="/files/DQhyP9JM2STtCLvttKxf" alt=""><figcaption></figcaption></figure>
4. **Example: Adding an Artifact from a URL**
   * Click **Add Artifact** when prompted.
   * Choose a `.pdf`, `.pptx`, or `.txt` file from your computer, or alternative paste a link.
   * Upload the file, and it will be added to your artifact list.
   * Once uploaded, the artifact becomes immediately available in the agent’s context window.
5. **Verify Upload**
   * After uploading, scroll to the bottom of the **Artifacts** section.
   * Confirm that your new artifact appears in the list.
   * The artifact is now ready for use by your agents.

## **Deleting Artifacts**

1. **Delete an Artifact:**

   * Find the artifact you wish to remove in the **Artifacts** section.
   * Click the **Delete** button next to it.
   * Confirm the deletion. The artifact will be removed from the agent’s context window.

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

By following these steps, you can effectively manage the artifacts in Rox, ensuring your agents are equipped with the most relevant context to perform at their best.


---

# 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.rox.com/development/product/getting-started/add-remove-artifacts.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.
