# Chris Johnson's KB

## Chris Johnson's KB

- [Chris Johnson's KB](https://kb.chrisltd.com/master.md): Welcome
- [Pages to Add](https://kb.chrisltd.com/meta/pages-to-add.md): These are pages I plan on adding in the future
- [Apache](https://kb.chrisltd.com/cheat-sheets/apache.md)
- [Docker](https://kb.chrisltd.com/cheat-sheets/docker.md)
- [Gatsby](https://kb.chrisltd.com/cheat-sheets/gatsby.md)
- [Git](https://kb.chrisltd.com/cheat-sheets/git.md)
- [GraphQL](https://kb.chrisltd.com/cheat-sheets/graphql.md)
- [iOS](https://kb.chrisltd.com/cheat-sheets/ios.md)
- [MySQL](https://kb.chrisltd.com/cheat-sheets/mysql.md)
- [Nginx](https://kb.chrisltd.com/cheat-sheets/nginx.md)
- [NextJS](https://kb.chrisltd.com/cheat-sheets/nextjs.md)
- [NodeJS](https://kb.chrisltd.com/cheat-sheets/nodejs.md)
- [Rails](https://kb.chrisltd.com/cheat-sheets/rails.md)
- [React](https://kb.chrisltd.com/cheat-sheets/react.md)
- [Security Tools](https://kb.chrisltd.com/cheat-sheets/security-tools.md)
- [Shell (Linux)](https://kb.chrisltd.com/cheat-sheets/shell-linux.md)
- [SwiftUI](https://kb.chrisltd.com/cheat-sheets/swiftui.md)
- [Ubuntu Server](https://kb.chrisltd.com/cheat-sheets/ubuntu-server.md)
- [Vim](https://kb.chrisltd.com/cheat-sheets/vim.md)
- [Mac](https://kb.chrisltd.com/computing/mac.md)
- [iOS](https://kb.chrisltd.com/computing/ios.md)
- [ChromeOS](https://kb.chrisltd.com/computing/chromeos.md)
- [Windows](https://kb.chrisltd.com/computing/windows.md)
- [Browser Plugins](https://kb.chrisltd.com/computing/browser.md): Browser plugins and extensions
- [RSI Prevention](https://kb.chrisltd.com/computing/rsi-prevention.md)
- [Voice Control](https://kb.chrisltd.com/computing/voice-control.md)
- [AWS Cloud 9](https://kb.chrisltd.com/computing/aws-cloud-9.md): Setting Up Cloud 9 Server using Amazon Linux
- [Visual Studio Code](https://kb.chrisltd.com/computing/visual-studio-code.md)
- [Linux](https://kb.chrisltd.com/computing/linux.md)
- [Podcasting](https://kb.chrisltd.com/workflows/podcasting.md)
- [Setting up a new Mac](https://kb.chrisltd.com/workflows/setting-up-a-new-mac.md)
- [Site Deploys](https://kb.chrisltd.com/workflows/site-deploys.md)
- [Dell U2720Q Monitor](https://kb.chrisltd.com/hardware/dell-u2720q.md)
- [Moonlander Keyboard](https://kb.chrisltd.com/hardware/moonlander-keyboard.md)
- [Apple Silicon Macs](https://kb.chrisltd.com/hardware/apple-silicon-macs.md)
- [Structure](https://kb.chrisltd.com/productivity/structure.md)
- [Nuggets of Wisdom](https://kb.chrisltd.com/productivity/nuggets-of-wisdom.md)
- [Coffee Notes & Equipment](https://kb.chrisltd.com/coffee/coffee-notes-equipment.md)
- [Coffee Beans](https://kb.chrisltd.com/coffee/coffee-beans.md)
- [AeroPress Recipes](https://kb.chrisltd.com/coffee/aeropress-recipes.md)
- [V60 Recipes](https://kb.chrisltd.com/coffee/other-recipes.md)
- [Moka Pot Recipes](https://kb.chrisltd.com/coffee/moka-pot-recipes.md)
- [French Press Recipes](https://kb.chrisltd.com/coffee/french-press-recipes.md)
- [Rocket League](https://kb.chrisltd.com/gaming/rocket-league.md)
- [Cocktails](https://kb.chrisltd.com/food/cocktails.md)
- [Favorite Recipes](https://kb.chrisltd.com/food/favorite-recipes.md)
- [Whisky Reviews](https://kb.chrisltd.com/food/whisky-reviews.md)
- [Infinity Bottle](https://kb.chrisltd.com/food/infinity-bottle.md)
- [Favorite Wines](https://kb.chrisltd.com/food/favorite-wines.md)
- [Quotes](https://kb.chrisltd.com/inspiration/quotes.md)
- [Life](https://kb.chrisltd.com/philosophy/life.md)
- [Programming](https://kb.chrisltd.com/philosophy/programming.md)
- [Diets](https://kb.chrisltd.com/fitness/diets.md)
- [Exercise Notes](https://kb.chrisltd.com/fitness/exercise-notes.md)
- [Personal Training Notes](https://kb.chrisltd.com/fitness/personal-training-notes.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://kb.chrisltd.com/master.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.
