> For the complete documentation index, see [llms.txt](https://stellar.gitbook.io/ambassador-program/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stellar.gitbook.io/ambassador-program/resources/event-resources.md).

# Event Resources

### **Educational Resources**

<table><thead><tr><th width="390.3671875">Resource</th><th width="164.765625">Creator</th><th width="173.03515625">Language</th><th width="182.75390625">Last Updated</th></tr></thead><tbody><tr><td><a href="https://github.com/stellar/ecosystem-resources">Ecosystem Workshop Resources</a></td><td>SDF</td><td>English</td><td>Ongoing</td></tr><tr><td><a href="https://docs.google.com/presentation/d/1QNSrkBzmaCbSntBxV1JtelRKS0j2zOOtJW2cglN5otY/copy">Stellar 101 Slide Deck</a></td><td>SDF</td><td>English</td><td>Jan '26</td></tr><tr><td><a href="https://docs.google.com/presentation/d/1ywK6QBGLFheOWrmWupRrU8EkkB5RNACnyHgZmPtzSBA/edit?usp=sharing">Stellar Builder Journey (with SCF)</a></td><td>SDF</td><td>English</td><td>Feb '26</td></tr></tbody></table>

### **Branding Resources**

* [Brand Policy](https://stellar.org/brand-policy)
* [SDF 2025 Google Slides Template](https://docs.google.com/presentation/d/1NX-wGQR6FiOPDwAhBW9o2UQzGS3GdJGAsQf910nXd1o/copy)
* [SDF Brand Resource Hub (inc. logos)](https://stellar.org/brand-resources)
* [Ambassador Chapter Seals](https://drive.google.com/drive/folders/1-1u9ZqnHpvNZjd30LNy51QGnVqAc6P0x?usp=sharing)
* [Thumbnail Templates](https://www.figma.com/design/TakQMVIi9Z5pvpm3eOhixR/Ecosystem-Templates?node-id=0-1\&p=f\&t=IDwp7oyYuayk2wj5-0)

### **Disclaimer**

*This page links to and contains information written and maintained by third parties. The third-party content is not provided by the Stellar Development Foundation ("SDF"), and SDF does not independently review, validate, or verify any information received from or submitted by these third parties. SDF assumes no liability or responsibility for any errors, mistakes, omissions, or inaccuracies of such information and makes no warranties or representations as to (i) the accuracy or completeness of this site’s content, (ii) the content of any third-party website linked to this site, or (iii) the products, services or offerings of any third party operating on the Stellar network. Any views and opinions expressed in the third-party content are solely their own and do not represent the views or opinions of SDF.*


---

# 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://stellar.gitbook.io/ambassador-program/resources/event-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.
