# Exploring and creating stories, speakers, and places

{% hint style="info" %}
Adding and editing Terrastories data requires `admin` or `editor` access. If you are logged in as a `member`, you will only be able to explore stories, speakers, and places. As a `viewer` member, you can not access these views.
{% endhint %}

## Exploring, adding and editing stories

Upon entering the **Stories** view, you will first see a list of all of the stories that have been added to your community.&#x20;

Story cards display the title, topic, language, permission level, description, location, and speakers for each story.

<figure><img src="/files/sgMhVLV7Lir76o54bYJG" alt=""><figcaption></figcaption></figure>

Click or press on one of the story cards to view more details for the story, including any media attachments (such as videos, audios or photos) and an inset map showing the location of the place associated with the story.

<figure><img src="/files/HeStKxOJ37jqGLJeBcV5" alt=""><figcaption></figcaption></figure>

If you are an `admin` or `editor` user, you can also edit stories or create them.

<figure><img src="/files/vJthGvxmqZw7eJSc2EYN" alt=""><figcaption></figcaption></figure>

For stories, the **Topic** and **Language** fields are made available as filter dropdowns on the Terrastories main interface.

For each story, you can set the **Speakers** and **Places** associated with that story. This is how you can create linkages between Speaker, Place, and Story data. You can also set the **Permission Level** to define which user role has access to the story.

<figure><img src="/files/psotu5MwroDRVRc329sF" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
A Story must have at least one Speaker and at least one Place selected to appear on the Terrastories main interface.
{% endhint %}

## Exploring, adding and editing speakers

Upon entering the **Speakers** view, you will first see a list of all of the speakers that have been added to your community.&#x20;

Speaker cards display the name, photo, and speaker's community for each speaker.

Click or press on one of the speaker cards to view more details for the speaker, including any stories associated with them.

<figure><img src="/files/ze7weULBiXxOtV0PLaiM" alt=""><figcaption></figcaption></figure>

If you are an `admin` or `editor` user, you can also edit speakers or create them.

For speakers, the **Speaker's Community** field is made available as a filter dropdown on the Terrastories main interface.

<figure><img src="/files/HxLLVt032P3vHKqQDlRW" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
A Speaker must have at least one Story associated with them to appear on the Terrastories main interface.
{% endhint %}

## Exploring, adding and editing places

Upon entering the **Places** view, you will first see a list of all of the places that have been added to your community.&#x20;

Place cards display a photo, the location, the name, and a description for each place.

<figure><img src="/files/nczRgphV77lOaTdINnEv" alt=""><figcaption></figcaption></figure>

Click or press on one of the place cards to view more details for the place, including any stories associated with them, as well as an inset map showing the location of the place.&#x20;

If you have any place name pronunciation audio recordings added for the place, a 🔊 icon will appear next to the name of the place. Clicking on this icon will play the audio.

<figure><img src="/files/Q25tTeVbrnhfkYLggtzK" alt=""><figcaption></figcaption></figure>

If you are an `admin` or `editor` user, you can also edit places or create them.

For places, the **Type of Place** and **Region** fields are made available as filter dropdowns on the Terrastories main interface.

<figure><img src="/files/xxkg7oPxLRX1sxQMmp8X" alt=""><figcaption></figcaption></figure>

Places require **latitude** and **longitude** coordinates (in decimal degrees) to be added to the Terrastories map. Currently, these have to be added manually. In the future, we will make it possible to select places directly using a map, so you don't have to enter any coordinates.

{% hint style="info" %}
To get coordinates in Decimal Degrees for Terrastories places, there are couple of different ways:

* You can use [Bing Maps](https://www.bing.com/maps). Right-click on a location on the map, and at the bottom of the popup you will be able to copy & paste the coordinates in decimal degrees. (You can use Google Maps as well, but you have to left-click twice on the map and manually copy & paste the coordinates, which is not as easy.)
* You can get coordinates from GIS data, if you or someone working with you is using GIS software like QGIS, ArcGIS, or Google Earth Pro.
* You can get coordinates from a hand-held GPS device, or a smartphone mapping application such as [Mapeo Mobile](https://mapeo.app).
  {% endhint %}

<figure><img src="/files/NtoEfuUPIJ2Nd0xXjVtp" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
A Place must have at least one Story associated with it to appear on the Terrastories main interface.
{% endhint %}


---

# 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.terrastories.app/using-terrastories/using-the-terrastories-member-dashboard/exploring-and-creating-stories-speakers-and-places.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.
