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

# Early access

{% embed url="<https://youtu.be/3JqCafVHNBo?rel=0&vq=hd1080>" %}
Introducing Flowy
{% endembed %}

<details>

<summary>Open an account at Equally.ai</summary>

Simply open a free account and invite your team to join your organization.

</details>

<details>

<summary>Add a website </summary>

Add a website and get a 7-day free trial.&#x20;

</details>

<details>

<summary>Copy and add the installation code on your website </summary>

To connect Flowy to your website, simply copy and install a one-line Javascript code on your website. You can find detailed instructions on how to do this on <https://equally.ai/integrations>.&#x20;

*Please note, this is optional. Alternatively, you can use the Flowy Chrome extension and dashboard to audit, fix and monitor your site's accessibility without installing the code.*&#x20;

</details>

<details>

<summary>Install Flowy</summary>

Flowy is currently available by invitation only. To install the latest version of Flowy, please ask your account manager for the access link.

Please note, Flowy is gradually being released to all those on the waitlist.

</details>

That's it :tada:  :tada: :tada:  To start your journey for full compliance we recommend reading [where to start.](/flowy/welcome/where-to-start.md)

{% hint style="success" %}
Feel free to contact <support@equally.ai> with any questions or concerns. If you're not satisfied or have a suggestion, here are the email addresses of the founding team:

CEO: <Ran@equally.ai> \
CTO: <omer@equally.ai>
{% endhint %}


---

# 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.equally.ai/flowy/welcome/early-access.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.
