> For the complete documentation index, see [llms.txt](https://wtm-assistant.gitbook.io/project/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wtm-assistant.gitbook.io/project/location-entity.md).

# person\_location entity

## Explanation

Imagine we have the question:

What is the WTM Lead `location`?

We would like to fill the slot `location` an answer.

The WTM lead  Eliza Camber is based in `the Netherlands`.

We are now going to create the entity containing the `person_location` keyword extractions.

## Steps

1. On the left Menu click `Entity`.
2. Click the blue button that says `Create entity`.
3. Name it `person_location`.
4. Click the more ( 3 buttons)
5. Click `Switch to raw mode`
6. Paste the data below within the CSV tab

{% code title="person\_location" %}

```
"London","London"
"Amsterdam","Amsterdam"
"Spain","Spain"
"Japan","Japan"
"Brazil","Brazil"
"Greece","Greece"
"Madrid","Madrid"
"Berlin","Berlin"
"Belo Horizonte","Belo Horizonte"
"Netherlands","Netherlands"
"Europe","Europe"
"Denmark","Denmark"

```

{% endcode %}

7.Click save.

8.🌟You've created your `person_location` entity

![](/files/-LHEAYfCRflCxlvAtPQo)
