> For the complete documentation index, see [llms.txt](https://docs.hala.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hala.ai/key-concepts/pre-built-content.md).

# Pre-built content

Last Updated: 25.10.2019

There is a pre-built content available for you. All new accounts are getting pre-built content by default. On a later stage, when the Skill Store will be open, you can decide on your own if you want to use some pre-built content or not.

You’ll have access to the pre-built intents and skills, so feel free to modify or reuse intents and skills in your projects.

## Pre-built Intents

There are following prebuilt intents that you can use in your assistant. You can modify and delete prebuilt intents.

| Intent                                   | Description                                                                                                               |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `intent.hal_reply_NO`                    | Confirm action                                                                                                            |
| `intent.hal_reply_YES`                   | Reject action                                                                                                             |
| `intent.hal_general_capabilities`        | Request capabilities of the digital assistant.                                                                            |
| `intent.hal_general_greetings`           | Start the conversation with Hala.                                                                                         |
| `intent.hal_general_ending`              | End the conversation with Hala.                                                                                           |
| `intent.hal_smalltalk_about_hala`        | Ask about Hala                                                                                                            |
| `intent.hal_smalltalk_age`               | Ask about Hala's age.                                                                                                     |
| `intent.hal_smalltalk_get_answer`        | Ask for an answer                                                                                                         |
| `intent.hal_smalltalk_be_clever`         | Ask for improvement                                                                                                       |
| `intent.hal_smalltalk_beautiful`         | Give a compliment                                                                                                         |
| `intent.hal_smalltalk_birthday`          | Ask about the Hala birthday.                                                                                              |
| `intent.hal_smalltalk_boring`            | Tell Hala that the conversation is boring                                                                                 |
| `intent.hal_smalltalk_founders`          | Ask about the founders of Hala                                                                                            |
| `intent.hal_smalltalk_bot`               | Ask if speaking to a human or a bot.                                                                                      |
| `intent.hal_smalltalk_negative_reaction` | Provide negative feedback.                                                                                                |
| `intent.hal_smalltalk_positive_reaction` | Provide positive feedback                                                                                                 |
| `intent.hal_example_lock_user`           | This intent was created to describe the process of creation [more complex skills](/how-to/create-a-more-complex-skill.md) |

## Pre-built Skills

There are following prebuilt skills that you can use in your assistant. You can modify and delete prebuilt skills.

| Skill                    | Description                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Starting conversation`  | The skill "Starting a conversation" provides the users with a welcome message when they will greet Hala.                                                                                                                                                                                                                                                                 |
| `Capabilities`           | The skill "Capabilities" gives the users answers about the Hala and provide the link to the documentation. You can change the output of this skill-based on your needs.                                                                                                                                                                                                  |
| `Small Talk`             | The skill "Small talk" allows your assistant to engage in small talk about different topics.                                                                                                                                                                                                                                                                             |
| `Out Of Scope`           | The Skill “Out of scope” returns a generic message if the user input does not match anything that you anticipated. If the condition in all your skills (dialog nodes) is irrelevant to the user input, this skill will be triggered. For example, if you will have only one skill “Out of scope,” and you start the conversation with Hala, you will trigger this skill. |
| `Ending Conversation`    | The skill "Ending conversation" provides the users with a message when they say goodbye to Hala.                                                                                                                                                                                                                                                                         |
| `Example: Lock the user` | We have created this skill to show you an example of building [more complicated skills](/how-to/create-a-more-complex-skill.md).                                                                                                                                                                                                                                         |
