> ## Documentation Index
> Fetch the complete documentation index at: https://docs.greetmate.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Agent Skills

> Give your agent skills to execute tasks and answer questions.

## Where to find the skill settings?

1. Log in to Greetmate
2. Go to [your agent skills](https://www.greetmate.ai/bot/skills)

## How skills work

Skills are always available to your agent, and they can be used to execute tasks or answer questions. You can add skills to your agent to make it more useful and engaging.

<Note>
  Skills can also be executed during workflows.
</Note>

<Card>
  <img src="https://mintcdn.com/greetmateinc/5nFQEhE3jDCMkeuu/images/content/skills.jpeg?fit=max&auto=format&n=5nFQEhE3jDCMkeuu&q=85&s=1eee2cd2159ac05fc162cd7e45d72d6e" alt="Skills" width="1280" height="590" data-path="images/content/skills.jpeg" />
</Card>

## Create a skill

1. Click on the `Create skill` button
2. Choose a skill type
3. Give it a name
4. Provide an example phrase. This will trigger the skill when the agent hears this or a phrase with a similar intention.
5. Enter a response. This is what the agent will say when the skill is triggered.

<Card>
  <img src="https://mintcdn.com/greetmateinc/5nFQEhE3jDCMkeuu/images/content/skill_form.jpeg?fit=max&auto=format&n=5nFQEhE3jDCMkeuu&q=85&s=5e391f25113a7d2ad40decb9d84a9ef7" alt="Skills" width="1280" height="1126" data-path="images/content/skill_form.jpeg" />
</Card>

### Skill types

<AccordionGroup>
  <Accordion icon="gears" title="Respond with phrase">
    Respond with a hard-coded phrase when the skill is triggered.
  </Accordion>

  <Accordion icon="gears" title="Connect to agent">
    Connect the caller to a live agent.
  </Accordion>

  <Accordion icon="gears" title="Read from website">
    Read information from a website in real time (e.g. real estate listings).
  </Accordion>

  <Accordion icon="gears" title="Take message">
    Take a message from the caller and send it to your email address.
  </Accordion>

  <Accordion icon="gears" title="Send text message">
    Send a text message to a phone number.
  </Accordion>

  <Accordion icon="gears" title="Send a webhook">
    Send a webhook to a URL.
  </Accordion>
</AccordionGroup>
