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

# Welcome to FLORA Docs

Welcome to FLORA's documentation page.

{% hint style="info" %}
**Looking for support?** Email <support@florafauna.ai>, or visit [Help & Support](/getting-started/help-and-support.md) to report a bug or request a feature.
{% endhint %}

### FLORA Intro

Here's a quick intro to FLORA and how it works.

{% embed url="<https://www.youtube.com/watch?v=SruAQI46p-M>" %}

### FLORA Training Sessions

We host weekly live sessions for FLORA users and subscribers. We walk through FLORA essentials and some advanced tips & tricks (and often share upcoming features!). We'd love to see you in an upcoming session and hear your feedback and questions.

<a href="https://luma.com/floraai?k=c" class="button primary">RSVP to FLORA Training Sessions</a>

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Setting up for FLORA</td><td><a href="/files/MgMfPO8H4TBHwI075oru">/files/MgMfPO8H4TBHwI075oru</a></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><strong>Nodes</strong></td><td>Learn the basics of Nodes</td><td><a href="/files/EpdECI1pNru6KrOttVSd">/files/EpdECI1pNru6KrOttVSd</a></td><td></td><td><a href="/pages/cEHgDv7NGBquDGHeLyQ4">/pages/cEHgDv7NGBquDGHeLyQ4</a></td></tr><tr><td><strong>Editor</strong></td><td>Explore our Editor</td><td><a href="/files/6t9huKHUkiluZzmlJpkq">/files/6t9huKHUkiluZzmlJpkq</a></td><td></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td></tr><tr><td>Community</td><td>Explore FLORA's creative community</td><td><a href="/files/tRmbArphQ2c2teqb1uBH">/files/tRmbArphQ2c2teqb1uBH</a></td><td></td><td><a href="/pages/CwUHvR1kix6rMS3t4phU">/pages/CwUHvR1kix6rMS3t4phU</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://docs.flora.ai/getting-started/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.
