> For the complete documentation index, see [llms.txt](https://natotoken.gitbook.io/the-nation-token-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://natotoken.gitbook.io/the-nation-token-docs/basics/images-and-media.md).

# Images & media

All official branding assets, promotional visuals, icons, videos, memes, and campaign content for **The Nation Token (NATO)** are publicly available to view and download.

#### <mark style="color:green;">🖼 Where to Access Media:</mark>

You can explore and download all available media content through the following public folder:

🔗 <mark style="color:green;">**Google Drive Media Library**</mark><mark style="color:green;">:</mark> <https://drive.google.com/drive/folders/12e_oWkjCYqJosOAyb2JQ0bLYnVLA3gr7>

#### <mark style="color:green;">📦 Contents Include:</mark>

* Official logos and wordmarks (SVG / PNG)
* Social media banners and headers
* Promo videos and community edits
* Meme templates and branded frames
* Templates for contributors

#### <mark style="color:green;">📜 Terms of Use:</mark>

All media assets are free to use by the community for non-commercial and educational purposes. If you are creating content for marketing, translations, or campaigns:

* Please credit the official project where possible
* Do not alter or misrepresent the logo or branding in misleading ways

> 📩 Want to submit your own content? Join us on Telegram & twitter:
>
> Telegram: <https://t.me/TheNationToken>
>
> Twitter (X): <https://x.com/NatoTok3n>
>
> Email: <mark style="color:blue;"><support@thenationtoken.com></mark>


---

# 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://natotoken.gitbook.io/the-nation-token-docs/basics/images-and-media.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.
