# How to: Add Images as Salesforce Documents

## Phase 1: Switch to Salesforce Classic

The Documents Tab has been depreciated by Salesforce, and thus not available on the lightning experience.&#x20;

1. Select the **User's Avatar** in the top right of the screen
2. Select **Switch to Salesforce Classic** from the dropdown

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

## Phase 2: The Documents Object

1. Navigate to **All Tabs**
2. **Select** the **Documents** Tab

   <figure><img src="/files/NoFPUxuQS0AdEBonHIfy" alt=""><figcaption></figcaption></figure>
3. **Select the desired folder** and **select New** to create a new document

   <figure><img src="/files/OpT2v0EbgmsGPGLh7vmf" alt=""><figcaption></figcaption></figure>
4. Fill in the following information:

   <figure><img src="/files/9DPDSe41ld8kCcwlQpsN" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Be sure to Set Externally Available Image to True.** If the setting is disabled, the document will be received as a broken image when delivered outside of the organization (such as email templates).
{% endhint %}


---

# 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://help.sdocs.com/sdocs/template-architecture/images-in-s-docs/static-image-solutions/how-to-add-images-as-salesforce-documents.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.
