> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/marketing-content/resources/view-brand-resources.md).

# View Brand Resources

Your brand may provide resources like YouTube videos, PDFs, or training guides, which offer easy access to valuable information. You can reference these resources by following the steps outlined below.

1. From the top navigation bar, select **Content** → **Resources**.
2. Use the filters to find specific resources. Refer to the filter reference table for more details.
   * Optionally, use the search bar to find a resource by *Name*.

<details>

<summary>Filter reference</summary>

| Filter   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Category | <p>• <strong>Case Study</strong>: A real-life example showing how a brand's product/service solved a problem and delivered results.</p><p>• <strong>Interview</strong>: Q\&A with a person or customer sharing insights or experiences about the brand or project.</p><p>• <strong>Pitch Deck</strong>: A quick visual presentation that highlights key details of the brand's business or project, usually via a sharing link.</p><p>• <strong>Presentation</strong>: A spoken communication used to inform or persuade an audience on a business or their products.</p><p>• <strong>Rate Card</strong>: A list of prices for products or services, outlining different packages or tiers by a brand.</p><p>• <strong>Testimonial</strong>: A short endorsement from a satisfied customer, to build trust in a brand.</p><p>• <strong>Training Material</strong>: Educational resources (manuals, videos) to help you learn about a brand's product or service.</p><p>• <strong>Whitepaper</strong>: An in-depth report on a specific brand, often used to educate or establish thought leadership.</p><p>• <strong>Other</strong>: Any additional resources that don’t fit the categories above, like brochures or demo videos.</p> |
| Brand    | Select **Brand** to filter by resources uploaded by a specific brand.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |

</details>

3. Select ![](/files/6GHU3wokI50kJ403KkKQ) **\[Columns]** on the right of the screen to add or remove columns from the table.
   * See the Columns reference below for more information about the columns in the table.

<details>

<summary>Columns reference</summary>

| Column       | Description                                                          |
| ------------ | -------------------------------------------------------------------- |
| Preview      | View a preview of the resource.                                      |
| Name         | The name the brand has given to the resource.                        |
| Description  | A brief description of the resource.                                 |
| Brand        | The brand that uploaded the resource.                                |
| Category     | The category in which the resource belongs.                          |
| Labels       | Labels added by the brand to help you find the resource more easily. |
| Last Updated | The date the resource was last updated.                              |

</details>

2. Where applicable, hover over the resource and select ![](https://res.cloudinary.com/product-enablement/image/upload/v1768910844/Accessibility%20Icons/More_vNext.svg) **\[More]** → **Download** to download it.
   * Alternatively, hover over the resource and select ![](https://res.cloudinary.com/product-enablement/image/upload/v1768910844/Accessibility%20Icons/More_vNext.svg) **\[More]** → **View** to **View** it.


---

# 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://help.impact.com/partner/what-would-you-like-to-learn-about/platform-features/marketing-content/resources/view-brand-resources.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.
