> For the complete documentation index, see [llms.txt](https://daisychain.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daisychain.gitbook.io/help/texting/charms.md).

# Charms

[Charms](https://daisychain.app/charms) are a unique feature of Daisychain that lets you send out personalized images. You can use pre-made templates from Daisychain, or completely customize them with your colors, images, fonts, and more.

A few things to know:

* You can design Charms in the Daisychain Media Studio, which you can access by clicking the image icon in the bottom of a message box, and selecting "Media Studio," like this:

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

* This will launch an area where you can design your Charm with HTML frame by frame, set your CSS, set timings for each frame, load custom fonts, and more. See the full charms help docs for more info on this.
* Charms (and every file sent through MMS) have a file size limit of 500kb, which means you need to keep your use of images and complicated designs to a minimum.

If you need help designing a Charm, let us know -- we're happy to link you up with a designer who is familiar with Charms and can code up your custom GIF quickly.


---

# 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:

```
GET https://daisychain.gitbook.io/help/texting/charms.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.
