> For the complete documentation index, see [llms.txt](https://docs.eventflowapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventflowapp.com/eventflow-cms/manage-assets-images.md).

# Manage assets (images)

### **How to Add or Edit Assets:**

* Navigate to the Manage Assets Page – Locate the Manage Assets section from the Admin area, you'll find it under the subheading Assets & Downloads.
* Add a New Asset – Click Add Asset to add a new image asset used in your manual.
* Edit an Existing Asset – Select an asset from the list to update its details or replace it with a new version.
* Set Asset Name and Alt Text –
  * Asset Name: Choose a clear, descriptive name so users can easily identify the file.
  * Alt Text: Provide alternative text for images to improve accessibility and SEO, ensuring that users with visual impairments or slow-loading pages can still understand the content.

{% hint style="info" %}
Using **accurate asset names** and **Alt text** improves organisation, enhances accessibility, and ensures a smooth experience for all users.
{% endhint %}

* Save Changes – Click Save to apply updates, ensuring all assets remain up to date.
* To Delete an Asset, select it from the list, open and click the red button Delete, then confirm your choice to remove it permanently.

Managing assets efficiently keeps your manual organised and ensures users have access to the most current resources.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/er56n40i6p>" %}


---

# 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.eventflowapp.com/eventflow-cms/manage-assets-images.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.
