# ShipClojure

## ShipClojure Docs

- [README](https://shipclojure.gitbook.io/shipclojure-docs/readme.md)
- [Getting started](https://shipclojure.gitbook.io/shipclojure-docs/getting-started.md)
- [Table of contents](https://shipclojure.gitbook.io/shipclojure-docs/index.md)
- [Ring API](https://shipclojure.gitbook.io/shipclojure-docs/ring-api.md)
- [auth](https://shipclojure.gitbook.io/shipclojure-docs/auth.md)
- [How Auth works](https://shipclojure.gitbook.io/shipclojure-docs/auth/authentication.md)
- [Oauth2 providers](https://shipclojure.gitbook.io/shipclojure-docs/auth/oauth2-providers.md)
- [backend](https://shipclojure.gitbook.io/shipclojure-docs/backend.md)
- [Blog & Content System](https://shipclojure.gitbook.io/shipclojure-docs/backend/blog.md)
- [Email](https://shipclojure.gitbook.io/shipclojure-docs/backend/email.md)
- [Logging](https://shipclojure.gitbook.io/shipclojure-docs/backend/logging.md)
- [Migrations](https://shipclojure.gitbook.io/shipclojure-docs/backend/migrations.md)
- [Routing](https://shipclojure.gitbook.io/shipclojure-docs/backend/routing.md)
- [Secrets](https://shipclojure.gitbook.io/shipclojure-docs/backend/secrets.md)
- [decisions](https://shipclojure.gitbook.io/shipclojure-docs/decisions.md)
- [Title](https://shipclojure.gitbook.io/shipclojure-docs/decisions/000-template.md)
- [001 - Cookie Sessions](https://shipclojure.gitbook.io/shipclojure-docs/decisions/001-cookie-sessions.md)
- [002 - Single Page Application Architecture](https://shipclojure.gitbook.io/shipclojure-docs/decisions/002-single-page-application.md)
- [003 - Re-frame instead of Refx](https://shipclojure.gitbook.io/shipclojure-docs/decisions/003-re-frame-not-refx.md)
- [003 - Move from cookie sessions to JWT Access + refresh tokens](https://shipclojure.gitbook.io/shipclojure-docs/decisions/004-jwt-tokens-auth.md)
- [deployment](https://shipclojure.gitbook.io/shipclojure-docs/deployment.md)
- [Deployment](https://shipclojure.gitbook.io/shipclojure-docs/deployment/deployment.md)
- [development](https://shipclojure.gitbook.io/shipclojure-docs/development.md)
- [AI Development with ShipClojure](https://shipclojure.gitbook.io/shipclojure-docs/development/ai-development.md)
- [Formatting code](https://shipclojure.gitbook.io/shipclojure-docs/development/formatting-code.md)
- [Getting Updates](https://shipclojure.gitbook.io/shipclojure-docs/development/getting-updates.md)
- [ShipClojure Guiding Principles](https://shipclojure.gitbook.io/shipclojure-docs/development/guiding-principles.md)
- [Multi-Instance Development](https://shipclojure.gitbook.io/shipclojure-docs/development/multi-instance.md)
- [REPL Workflow](https://shipclojure.gitbook.io/shipclojure-docs/development/repl-workflow.md)
- [frontend](https://shipclojure.gitbook.io/shipclojure-docs/frontend.md)
- [HTTP Requests with Re-frame](https://shipclojure.gitbook.io/shipclojure-docs/frontend/http-requests.md)
- [Icons](https://shipclojure.gitbook.io/shipclojure-docs/frontend/icons.md)
- [Frontend Navigation with Re-frame](https://shipclojure.gitbook.io/shipclojure-docs/frontend/navigation.md)
- [Toast Notifications](https://shipclojure.gitbook.io/shipclojure-docs/frontend/toasts.md)
- [UIx + re-frame](https://shipclojure.gitbook.io/shipclojure-docs/frontend/uix+re-frame.md)
- [LLMS](https://shipclojure.gitbook.io/shipclojure-docs/llms.md)
- [CLAUDE](https://shipclojure.gitbook.io/shipclojure-docs/llms/claude.md)
- [daisyui](https://shipclojure.gitbook.io/shipclojure-docs/llms/daisyui.md)
- [uix](https://shipclojure.gitbook.io/shipclojure-docs/llms/uix.md)
- [server-side-rendering](https://shipclojure.gitbook.io/shipclojure-docs/server-side-rendering.md)
- [Static / Server-Rendered Pages](https://shipclojure.gitbook.io/shipclojure-docs/server-side-rendering/static-pages.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://shipclojure.gitbook.io/shipclojure-docs/readme.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.
