# 6. Managing Data in your deployment

A post is a report of a single instance of something in the deployment. It can be made up of many fields, such as Title, Description, Date, Links, and/or location. Ushahidi allows for collection of posts via

* ***SMS***: These can be configured to come in via SMSSync, FrontlineSMS, Nexmo and Twilio.
* ***Twitter***: You can pull our tweets based on specific hashtags, search terms, and/or directly from specific accounts.
* ***Email***: You can configure your deployment to receive post from an email address

***NB: You can configure SMS, Twitter and Email as data sources as described in*** [***Section 3.4***](/platform-user-manual/3.-configuring-your-deployment/3.4-data-sources.md) ***of this manual***

* ***Web(your deployment page online)***: Since Ushahidi is responsive, you can add a post from the web app from any device that can access the internet (a computer, tablet, or mobile phone).
* ***Smartphone apps***: Our native applications on Android and iOS are still a work in progress at the moment.

This chapter will describe how to manage data coming in from these different sources

In the below video setup guide you will find how to view, filter, edit, publish, delete, export, and how to share your posts.

### Video Setup Guide

{% embed url="<https://www.loom.com/share/b328bbfdb9f44ed881402728e662ee12>" %}
Managing data in your deployment
{% endembed %}

### Written Setup Guides

[6.1 Viewing Posts](/platform-user-manual/6.-managing-data-in-your-deployment/6.1-viewing-posts.md)

[6.2 Filtering and Sorting Posts ](/platform-user-manual/6.-managing-data-in-your-deployment/6.2-filtering-posts.md)&#x20;

[6.3 Adding posts](/platform-user-manual/6.-managing-data-in-your-deployment/6.3-adding-posts.md)

[6.4 Editing posts](/platform-user-manual/6.-managing-data-in-your-deployment/6.4-editing-posts.md)

[6.5 Translating Posts](/platform-user-manual/6.-managing-data-in-your-deployment/6.5-translating-posts.md)

[6.6 Publishing Posts](/platform-user-manual/6.-managing-data-in-your-deployment/6.5-publishing-posts.md)

[6.7 Deleting Posts](/platform-user-manual/6.-managing-data-in-your-deployment/6.6-deleting-posts.md)

[6.8 Importing Data](/platform-user-manual/6.-managing-data-in-your-deployment/6.7-importing-data.md)

[6.9 Exporting Data](/platform-user-manual/6.-managing-data-in-your-deployment/6.9-exporting-and-tagging-data/6.9.1-exporting-data.md)


---

# 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.ushahidi.com/platform-user-manual/6.-managing-data-in-your-deployment.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.
