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

# Docs

## Docs Repo:

{% embed url="<https://github.com/bgoonz/docs-collection>" %}

## Docs Website:

[![Edit Search Awesome (forked)](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/search-awesome-forked-scuvk?autoresize=1\&codemirror=1\&fontsize=14\&hidenavigation=1\&theme=light\&view=preview)

{% embed url="<https://codesandbox.io/embed/search-awesome-forked-scuvk?autoresize=1&codemirror=1&fontsize=14&hidenavigation=1&theme=light&view=preview>" %}

{% embed url="<https://docs42.netlify.app/>" %}

{% embed url="<https://replit.com/@bgoonz/week-10-take-7#.replit>" %}

## Examples of Awesome Docs:

* [**Adyen**](https://docs.adyen.com/developers) - A clean developer portal and stylish API explorer.
* [**Apiary**](https://help.apiary.io/tools/embed/) - A nice example of interactive documentation.
* [**Auth0**](https://auth0.com/docs/api/authentication?http#introduction) - Really good API documentation.
* [**Bonusly**](https://bonusly.gelato.io/docs/versions/353215342023018198) - Simple and interactive site built using [Gelato.io](https://gelato). What's not to like?
* [**Box**](https://developer.box.com/reference) - An engaging API doc created using [ReadMe](https://readme.io) which offers user interactivity.
* [**Cockroach Labs**](https://www.cockroachlabs.com/docs/stable/) - Fun, clean and well-designed.
* [**Digital Ocean**](https://developers.digitalocean.com/documentation/v2/#introduction) - These docs are great. Full of examples and easy/enjoyable to navigate.
* [**Docker**](https://docs.docker.com/get-started/) - Not just bigging them up because my boss was a contributor. These are really nice docs - very cool day and night switch to change between dark and light themes.
* [**Docker API**](https://docs.docker.com/engine/api/v1.25/) - I really like the three-panelled Docker API docs which have been produced using [ReDoc](https://github.com/Rebilly/ReDoc).
* [**Grafana**](http://docs.grafana.org) - Unusual dark theme but really like the design and its in keeping with their brand.
* [**Lateral.io**](https://lateral.io/docs/api/reference/v6) - A great example of API docs created with API Blueprint renderer [Agilo](https://github.com/danielgtaylor/aglio).
* [**Lightrail**](https://www.lightrail.com/docs/) Really nice split screen with interactive section that can switch between example and console views.
* [**Luxbar**](https://balzss.github.io/luxbar/) This docs page demos the flexibility of the product (a CSS navigation bar) as you click around and change the colours, positioning, alignment etc. Very clever.
* [**Mailchimp**](http://developer.mailchimp.com/documentation/mailchimp/reference/overview/) - Aspects of this site are so nicely designed it makes me a bit jealous. The API reference guide in particular.
* [**Mapbox**](https://www.mapbox.com/mapbox-gl-js/api/) - Very clean docs with nice use of colour.
* [**Monzo**](https://monzo.com/docs) - I'm a big fan of Monzo and like the product, the docs have a great UX design which allows you to scroll effortlessly through the content. This site was produced using [Slate](https://github.com/lord/slate).
* [**Nest**](https://developers.nest.com/documentation/api-reference) - Very cool interactive API reference from Nest Labs (part of Google).
* [**Rot.js**](http://ondras.github.io/rot.js/manual/) Not necessarily the prettiest but really like the interactive code examples which can be changed. The animated side menu is always pretty cool.
* [**Shopify Developers**](https://developers.shopify.com) - Easy to navigate, in-line glossary pop-ups, search and discoverability as a core site feature, separation of content concerns (API and Knowledgbase are not merged).
* [**Skyscanner**](https://skyscanner.github.io/slate/#api-documentation) - Another nice set of API docs produced with [Slate](https://github.com/lord/slate).
* [**Slack**](https://api.slack.com) - Colourful and fun with the Slack brand of humour but well-designed like the product.
* [**Stripe**](https://stripe.com/docs/api#intro) - Stripe go a great job of providing copy-paste ready sample calls in their API reference guide.
* [**Twilio**](https://www.twilio.com/docs/) - Twilio Docs have a really distinctive style with bold headings and colours to denote each section (green for API/SDKs, blue for Quickstart, yellow for tutorials) to make navigation easy.
* [**Vue.js**](https://vuejs.org/v2/guide/index.html) - Simple, clean and easy to navigate. Has a nice search feature which splits the search results.


---

# 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:

```
GET https://bryan-guner.gitbook.io/my-docs/docs/docs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
