> For the complete documentation index, see [llms.txt](https://docs.beefree.io/end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beefree.io/end-user-guide/ai-tools-for-content-creation/bulk-generate-alt-text-with-ai.md).

# Bulk Generate Alt Text with AI

## Overview <a href="#h_01hnegbp4dgezr04v1hf2g3ezw" id="h_01hnegbp4dgezr04v1hf2g3ezw"></a>

Al Alt text Bulk Generation is an extension of Alt text Generation with AI. We’ve extended the functionality to enable you to generate alt text for all the image modules within your design at once. We created this new functionality to save you even more time as you make your designs more accessible. Now, instead of using AI to generate the alt text for each image module within your design one by one, you can generate alt text for all of them at once.

## Generating Alt Text with AI <a href="#h_01hnegbp4d8av9zkw2emda3wfs" id="h_01hnegbp4d8av9zkw2emda3wfs"></a>

This section lists the different image modules you can add alt text to with your design. It also includes steps on how to generate a single alt text and bulk alt text.&#x20;

### Image Modules <a href="#h_01hnegbp4dpq2843t01n023m1d" id="h_01hnegbp4dpq2843t01n023m1d"></a>

You can generate alt text for the following image modules within the builder:

* Image
* Icon
* GIF
* Stickers
* Custom AddOns of Image Type

### Bulk Generation Steps <a href="#h_01hnegbp4dm8q25v5z4e47at8v" id="h_01hnegbp4dm8q25v5z4e47at8v"></a>

In the builder, take the following steps to generate alt text in bulk:

1. Select an image module
2. Click on **Settings**
3. Scroll to **Alt text**
4. Click the wand icon on the right-hand side

   A drop-down menu will appear
5. Select **Generate in Bulk**

   A window will open
6. Click **GENERATE IN BULK** to confirm and perform the action

The following GIF displays an example of how to generate alt text in bulk within the builder.

<img src="https://devportal.beefree.io/hc/article_attachments/16720960392082" alt="" height="267" width="602">

### Single Generation Steps <a href="#h_01hnegbp4dxn26t5hg4haenxh2" id="h_01hnegbp4dxn26t5hg4haenxh2"></a>

In the builder, take the following steps to generate a single alt text:

1. Select an image module
2. Click on **Settings**
3. Scroll to **Alt text**
4. Click the wand icon on the right-hand side

   A drop-down menu will appear
5. Select **Generate alt text**
6. You will see the AI-generated alt text available in the **Alt text** field

The following GIF displays an example of how to generate a single alt text within the builder.

#### ![](https://devportal.beefree.io/hc/article_attachments/16720960392850) <a href="#h_01hnegbp4debcy3sd9vz2rn9g1" id="h_01hnegbp4debcy3sd9vz2rn9g1"></a>

### Token Limitations <a href="#h_01hnjnfww732g9b0zcyrmfcqbh" id="h_01hnjnfww732g9b0zcyrmfcqbh"></a>

While using this feature, you may experience image token limitations. Each image type you generate alt text for using this feature requires image tokens. If you do not have enough image tokens in your account, you will not be able to generate alt text for the images. The application will; however, inform you about your available image tokens and redirect you to purchase more if you do not have sufficient to complete your current task.


---

# 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.beefree.io/end-user-guide/ai-tools-for-content-creation/bulk-generate-alt-text-with-ai.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.
