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

# Home

Autify Genesis is an AI platform that streamlines QA work such as test design and specification writing.

Get started with Autify Genesis now.

## Genesis Basics

Get a high-level overview of Autify Genesis.

<table data-card-size="large" data-view="cards" data-full-width="true"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Genesis Overview</strong></td><td>See the overall picture of Autify Genesis and the role of each key feature.</td><td><a href="/pages/ZynsTSbUgkKyKgdF4XRr">/pages/ZynsTSbUgkKyKgdF4XRr</a></td><td data-object-fit="fill"><a href="/files/hMSX6758LBUztQT3MMqW">/files/hMSX6758LBUztQT3MMqW</a></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Resources and Context Overview</strong></td><td>Learn how to register and use the information the AI references.</td><td><a href="/pages/zvpm1SBRZaXSFaouEkco">/pages/zvpm1SBRZaXSFaouEkco</a></td></tr><tr><td><strong>AI Assistant Overview</strong></td><td>See an overview of the conversational feature for moving QA work forward.</td><td><a href="/pages/vxw4hDBJo4RCh25da4QB">/pages/vxw4hDBJo4RCh25da4QB</a></td></tr><tr><td><strong>About Spaces</strong></td><td>Learn how Spaces lets you manage structured QA data — test cases, feature lists, scenarios — in typed tables.</td><td><a href="/pages/rz0tpb1YbIGj0EUpyOcD">/pages/rz0tpb1YbIGj0EUpyOcD</a></td></tr><tr><td><strong>Workflow Overview</strong></td><td>See an overview of the workflow feature that automates routine tasks.</td><td><a href="/pages/1HDQHlIE7vjL3Id1EnIw">/pages/1HDQHlIE7vjL3Id1EnIw</a></td></tr></tbody></table>

## Getting Started

Learn how to start using Autify Genesis.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Join an Organization</strong></td><td>Accept an invitation, join an organization, and register your Autify Genesis account.</td><td><a href="/pages/Pz66svSOVHpw9niuF6qx">/pages/Pz66svSOVHpw9niuF6qx</a></td></tr><tr><td><strong>Navigation</strong></td><td>See the overall screen layout and the main navigation paths to learn first.</td><td><a href="/pages/eTwGzrTjzMli5SCLGpKU">/pages/eTwGzrTjzMli5SCLGpKU</a></td></tr></tbody></table>

## Manage Workspaces and Users

Learn how to manage workspaces, permissions, and users.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Create and Manage Workspaces</strong></td><td>Create, edit, archive, and delete workspaces.</td><td><a href="/pages/sUZKp7MJpvqB3h7dqbRY">/pages/sUZKp7MJpvqB3h7dqbRY</a></td></tr><tr><td><strong>Roles and Permissions</strong></td><td>See the differences in permissions for owners, admins, and members.</td><td><a href="/pages/Z0YBY5is9UuNHT2nXx4g">/pages/Z0YBY5is9UuNHT2nXx4g</a></td></tr><tr><td><strong>User Management</strong></td><td>Change roles, remove users, and manage workspace access.</td><td><a href="/pages/fSN6fxqCSRVGSIyiHKjX">/pages/fSN6fxqCSRVGSIyiHKjX</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.genesis.autify.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.
