# Overview

- [Getting Started](https://docs.tivity.one/overview/getting-started.md): Learn the core concepts of the Tivity Platform by building a To Do Application
- [Creating A New Application](https://docs.tivity.one/overview/getting-started/creating-an-application.md): Steps to create a new application on the TIVITY Platform
- [Adding Basic Structure using Class Designer](https://docs.tivity.one/overview/getting-started/adding-basic-structure-using-class-designer.md): Creating new classes and adding fields to it using the Class Designer.
- [Creating a link to the TIVITY File Class](https://docs.tivity.one/overview/getting-started/creating-a-link-to-the-tivity-file-class.md): Creating a link to the TIVITY File Class to add the ability to upload files to our tasks.
- [Setting Rights](https://docs.tivity.one/overview/getting-started/setting-rights.md): Setting up rights and permissions for the Editor and Viewer groups of our application.
- [Creating Queries](https://docs.tivity.one/overview/getting-started/creating-queries.md): Creating queries to retrieve to dos from our database  using the Query Desinger
- [Building The Layout](https://docs.tivity.one/overview/getting-started/building-the-layout-1-2.md): Using the Query Designer to create the user interface of our application.
- [Creating an App Page](https://docs.tivity.one/overview/getting-started/building-the-layout-1-2/the-app-page.md): Creating a Start Page in the Layout Designer using the App Page
- [Creating an Object Page](https://docs.tivity.one/overview/getting-started/building-the-layout-1-2/the-object-page.md): Creating an object page to that we will use for a detailed view and edit tasks.
- [Creating a List Item Layout](https://docs.tivity.one/overview/getting-started/building-the-layout-1-2/creating-a-list-item-layout.md): Creating a List Item Layout to customise the results list of the queries.
- [User-Interface](https://docs.tivity.one/overview/user-interface.md)
- [Shortcuts](https://docs.tivity.one/overview/shortcuts.md): This section lists all the keyboard shortcuts supported by the platform.
- [Architecture](https://docs.tivity.one/overview/architecture.md)


---

# 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.tivity.one/overview.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.
