> 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/resources.md).

# Resources

| [**PAF Style Guide**](https://handbook.proanimal.org/for-organizers/style-guide)                                                      | Comprehensive instructions for representing Pro-Animal Future, visually and verbally.                                                      |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| [**Branding & Design Assets**](https://drive.google.com/drive/folders/15DZl-RDdKTMyJC5q2knwyCqyI6NRcFYR)                              | Google Drive folder containing all of PAF’s icons and banners, in case you need them for a graphic design you are making outside of Canva. |
| [**Community-Sourced Social Media Ideas**](https://docs.google.com/document/d/1IcOm3FhddCuLJyLQfieyApEzUfE0XnVUftF9Jr7Ww6M/edit)      | A document where anyone in the community can add their post ideas for our channel.                                                         |
| **#social-media Slack Channel**                                                                                                       | Slack channel where the PAF community can support each other’s social media use and share ideas of what to post.                           |
| [**Canva Design School**](https://www.canva.com/designschool/)                                                                        | Courses and tutorials on how to use Canva and  build your design skills.                                                                   |
| [**Canva Help Center**](https://www.canva.com/help/)                                                                                  | Search help topics and find articles on how to solve technical problems while using Canva.                                                 |
| [**Storytelling Guide**](https://docs.google.com/document/d/1pmcb0tf6CMXTsNwzUta-ip-mbnOML7yCae0nsOEmKBw/edit#heading=h.nggc7ngk464a) | Guidance on how to tell PAF’s story using effective messaging and narratives.                                                              |


---

# 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/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.
