# Hala Platform

## Overview

With the Hala platform, you can manage your skills and activate the skills from the Skills Store. Also, you can manage all the users that accessing Hala Web Chat and get all the conversation history between users and Hala.

You can access the platform by using the next link: <http://platform.hala.ai/>

All the skills that you will build you can use in [Hala Web Chat.](/chat.md)

![](/files/-LsLlp_c73r6Sp0xDqND)

There are next sections of the Hala Platform: Dashboard, User Management, Skills Store, Skills Kit, Intents, Entities, Integrations, and Actions.&#x20;

You can find more about each section by using the following links:

{% content-ref url="/pages/-LqFdtx\_bRRNd4bdP\_Re" %}
[Dashboard](/key-concepts/dashboard.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LqFdr\_32-AtrrMZDAcM" %}
[User Management](/key-concepts/user-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LnmM-qD8P5jibM-i4Jr" %}
[Skills Kit](/key-concepts/skills-kit.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LnmM2bMrshiRc33XdKl" %}
[Intents](/key-concepts/intents.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LnmM4BFxt8CygAiutqs" %}
[Entities](/key-concepts/entities.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LsH-nwpjHDAbjMJpDSr" %}
[Pre-built content](/key-concepts/pre-built-content.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LqpPC3V6DLW\_cN1wJ1N" %}
[Context variables](/key-concepts/context-variables.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LnmM9g0w6kANyeyvohS" %}
[Integrations](/key-concepts/integrations.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LnmMBXWFy54m3uabwK0" %}
[Actions](/key-concepts/actions.md)
{% endcontent-ref %}


---

# 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.hala.ai/hala-platform.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.
