# Introduction to Tessl

- [Quick start: package manager for context](https://docs.tessl.io/introduction-to-tessl/quickstart-skills-docs-rules.md): Install Tessl, create a skill, evaluate it, and publish it to your workspace
- [How Tessl works](https://docs.tessl.io/introduction-to-tessl/how-tessl-works.md): Explore how Tessl makes context available to agents, covering the different context types, and how agents receive and use this context.
- [Organizations, Workspaces, and Roles for users](https://docs.tessl.io/introduction-to-tessl/organizations-workspaces-and-roles-for-users.md)
- [Sign up for Tessl](https://docs.tessl.io/introduction-to-tessl/sign-up-for-tessl.md)
- [Installation](https://docs.tessl.io/introduction-to-tessl/installation.md): A step-by-step guide on how to install,  update or remove the Tessl CLI.
- [Context Lifecycle](https://docs.tessl.io/introduction-to-tessl/context-lifecycle.md): Understanding the complete lifecycle for managing agent context as software


---

# Agent Instructions: 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.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.
