> For the complete documentation index, see [llms.txt](https://handbook.proanimal.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.proanimal.org/for-organizers/campaign-guides/social-media-guide/technical-guide/creating-memes.md).

# Creating Memes

While there are many options, a great tool for creating memes is Mematic, which is a free app! You can find it in the App Store or Google Play store. This section includes instructions on how to create memes using the app.

## Using Mematic

1. Open the app and look through the options on the home page to get started.

<figure><img src="/files/Xqt8x7VZ6BBBryzXUMIG" alt="" width="375"><figcaption></figcaption></figure>

2. Choose a meme template from the layouts at the top of the home page.
3. Click anywhere on the blank image screen to get started creating your meme.
4. In the image options screen that pops up, select ‘See All’ next to the Memes section to review and search all available memes.&#x20;
5. Select a meme, and add text, captions, and additional formatting using the bottom menu bar on the next screen.<br>

   <figure><img src="/files/ll0GVFUXeHk47Chm4FzS" alt="" width="375"><figcaption></figcaption></figure>
6. Toggle to the ‘Export’ option in the bottom menu. In the Export menu, select ‘Remove watermark’ to remove the Mematic watermark, then select ‘Save’ to save the image to your phone. <br>

<figure><img src="https://lh3.googleusercontent.com/Eq8z6cpNhX3K283b9MPG5ZUHqUmZqsFC3oA2IBn-6T11_CrQ5V676ZxgFJyRbjauUGk3g--q-9JolwEqlqv8R_diBVEOgya0j5EfWD-By87lcE2_-PnI-rfK2VH7CxC1c37unNdTI1ZIBculvHgDLBg" alt="" width="375"><figcaption></figcaption></figure>

7. Your meme is now saved in your photos. You can upload it to social media from there!


---

# 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://handbook.proanimal.org/for-organizers/campaign-guides/social-media-guide/technical-guide/creating-memes.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.
