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

# Home

<h2 align="center">Spoken Light Design</h2>

<p align="center">You can find documentation and help information here.</p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><h4><i class="fa-file-lines">:file-lines:</i></h4></td><td><strong>Documentation (COMING SOON)</strong></td><td>How-To for your website.</td><td></td><td><a href="/files/LHIOZGoI6dPF36TuRaxH">/files/LHIOZGoI6dPF36TuRaxH</a></td></tr><tr><td><h4><i class="fa-comments-question-check">:comments-question-check:</i></h4></td><td><strong>Help Center (COMING SOON)</strong></td><td>Have any questions or need some help? Contact Us.</td><td></td><td><a href="/files/IaUMODRBBSBL8eUaPX09">/files/IaUMODRBBSBL8eUaPX09</a></td></tr><tr><td><h4><i class="fa-user-helmet-safety">:user-helmet-safety:</i></h4></td><td><strong>Spoken Light Team Docs</strong></td><td><p>Documentation for Spoken Light Design Team Members.</p><p></p><p><a href="/spaces/T3sJi4FW1GpHMCyQTO1b/pages/kwECUZkR6jx4hHOPcB5d" class="button secondary">I'm new to the team</a></p></td><td><a href="/spaces/CnyIK1krI6iDodT1XHjz">/spaces/CnyIK1krI6iDodT1XHjz</a></td><td><a href="/files/ebMoLMpZFyLqpzByuzrk">/files/ebMoLMpZFyLqpzByuzrk</a></td></tr></tbody></table>


---

# 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://help.spoken-light.com/readme.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.
