> For the complete documentation index, see [llms.txt](https://brain.nathanarthur.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brain.nathanarthur.com/design/stock.md).

# Stock

[Creative Market](https://creativemarket.com/) - "Creative Market is the world’s marketplace for design. Bring your creative projects to life with ready-to-use design assets from independent creators around the world.

[DeathToStock](http://deathtothestockphoto.com/)

[Magdeleine](https://magdeleine.co/browse/)

[Stockio](https://www.stockio.com/) - “Free Photos, Vectors, Icons, Fonts and Videos. Thousands of files for personal and commercial use”

[YouWorkForThem](https://www.youworkforthem.com/graphics/)

## Icons

[GitHub Octicons](https://octicons.github.com/) - "Your project. GitHub's icons."

[HeroIcons](http://www.heroicons.com/) - $49 on sale. "*Heroicons* are a unique set of icons for your marketing website that make it [easy to customize with CSS](http://www.heroicons.com/#customization) to better align to your brand."

[Icons8](https://icons8.com/) - "FREE DESIGN RESOURCES AND SOFTWARE." Icons, photos, vectors, music. 👍

[JoyPixels® - The freemium emoji company. Emoji font licensing since 2014.](https://www.joypixels.com/)

&#x20;<https://openmoji.org/>\
<https://twemoji.twitter.com/>

## Illustrations

[Blush](https://blush.design/) - "Tell your story with illustrations. Easily create and customize stunning illustrations with collections made by artists across the globe. Try it, it’s kind of fun."

[Icons8](https://icons8.com/) - "FREE DESIGN RESOURCES AND SOFTWARE." Icons, photos, vectors, music. 👍

[OSLO](https://craftwork.design/oslo-illustrations/) - "Awesome illustrations for your next landing"

[Struct](https://struct.rocks/)

[Undraw](https://undraw.co/) - "Open-source illustrations for every project you can imagine and create"

## Photography

[Icons8](https://icons8.com/) - "FREE DESIGN RESOURCES AND SOFTWARE." Icons, photos, vectors, music. 👍

[StreetWill.co](http://streetwill.co/) - "Free vintage photos [to use any way you want](http://creativecommons.org/publicdomain/zero/1.0/)."

[Unsplash](https://unsplash.com/) - 👍


---

# 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://brain.nathanarthur.com/design/stock.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.
