# Quick Start Guide

The code for the React web frontend and the Strawberry GraphQL API is stored under the `code/web-app` and `code/app-api` directories. These directories are mounted into the Docker containers that run them. And, they are hot reloaded, so any saved change is immediately reflected in the web app and API.

### Instructions

* [Adding A GraphQL Operation](/building-your-system/cillers-core/quick-start-guide/adding-a-graphql-operation.md)
* [Creating A New Rreact Component That Calls The GraphQL API](/building-your-system/cillers-core/quick-start-guide/creating-a-new-react-component-that-calls-the-graphql-api.md)


---

# Agent Instructions: 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://docs.bluetext.dev/building-your-system/cillers-core/quick-start-guide.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.
