# Entity

They are used to extract parameter values from user queries.

The user would need to fill in the missing slots to fulfil the intent.

#### Example <a href="#example" id="example"></a>

**What is your** `skill` **set?**

User types in: "Google Cloud Platform"

**What is your** `location` **?**

User types in: "Spain"

**What is your name** `name`**?**

User types in: "Ana"

You can add these entities in editor mode, in a CSV or in a json.

You can read further in the [DialogFlow Documentation](https://dialogflow.com/docs/entities).


---

# 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://wtm-assistant.gitbook.io/project/entity.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.
