> For the complete documentation index, see [llms.txt](https://docs.tessl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tessl.io/introduction-to-tessl/sign-up-for-tessl.md).

# Sign up for Tessl

By logging into Tessl, you will have access to all of the functionality available on the Tessl platform: access to private workspaces, private plugins, the ability to publish plugins (public or private), as well as a variety of MCP tools offered by Tessl.

## Creating your User

1. Navigate to the [Registry](https://tessl.io/registry) page
2. Click `Log in` on the upper right of the page
3. Click `Sign up`\
   ![](/files/U8NABKVTR14zM9C1CeAH)
4. Create your user, either using your `GitHub` account or your `Google` user account. After you create your user, you can use it to login when installing the CLI, as covered in [Installation](/introduction-to-tessl/installation.md).\
   ![](/files/ocnzvQYegqYS8qjk8dQ0)


---

# 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:

```
GET https://docs.tessl.io/introduction-to-tessl/sign-up-for-tessl.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.
