# @Human Home

<p align="center"><a href="https://buy.polar.sh/polar_cl_MKycmV54KogEiCMy7Oqf4zXIwWZ7wOPhtf5xg3dTn21" class="button primary" data-icon="circle-caret-right">Try @Human</a><a href="https://buy.polar.sh/polar_cl_MKycmV54KogEiCMy7Oqf4zXIwWZ7wOPhtf5xg3dTn21" class="button primary" data-icon="check">Buy @Human Subscription</a><a href="https://www.planetcrust.com/human-community" class="button primary" data-icon="comments">Join @Human Community</a></p>

The "Home" page in @Human is where you land immediately after login.

<figure><img src="/files/zEhcsk27x8QLayKusovj" alt=""><figcaption></figcaption></figure>

For Super-Administrators (by default the first person to login), Home consists of three primary sections:

1. Applications is where @Human's key resources are accessed.&#x20;

The platform "Admin Area", "Namespaces" for new application creation and management), the "TAQ" (Trigger/Action/Query) Automation Engine for integrating with third party Connections and Agentic processes, the "Agentic" management engine for creating and managing agents and, lastly, the "Projects" area for organising and attributing various components with labels.&#x20;

<p align="center"><img src="/files/eyr1Kfyami9R8c4jR4bR" alt=""> </p>

What Applications a user sees depends on their Role in the @Human platform.  &#x20;

2. Multi-Agentic conversation interface.&#x20;

When you leave Home, this UI is available on right side-bar by clicking on the AI (:sparkles:) button in the top right corner.

By default, the conversation interface is set to the Super-Administrator Agent, which has access to many of the systems resources. To enable this Agent, you will need to

* Setup an LLM provider in the Admin Area. Mistral is supported by default, but other LLM providers should work too (as long as they provide an API)&#x20;
* Set the Super-Administrator Agent to "Active" in the Agentic configuration&#x20;
* Attribute the LLM provider and model to the Super-Administrator Agent in the Agentic configuration

<figure><img src="/files/7sfxo09ukgn0nqfMSvsq" alt=""><figcaption></figcaption></figure>

You can have multiple chats with any individual Agent by clicking on the "+" sign. Furthermore, you may toggle between different Agents (after you have configured them, of course), by clicking on the drop-down beside the title of the Agent.

<figure><img src="/files/h13kI2vn2uQVs9AjVWjM" alt=""><figcaption></figcaption></figure>

What Agents a user sees depends entirely on the Role you give them in the @Human platform.&#x20;

3. Notifications

Notifications are usually configured with a TAQ Automation and can be both general or linked to a record in a Namespace application. If they are linked to a record, then clicking on the Notification will navigate you to the record in question.&#x20;

<figure><img src="/files/AmayF0OxaSUUTUHpOeLg" alt=""><figcaption></figcaption></figure>


---

# 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.planetcrust.com/human-home.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.
