> For the complete documentation index, see [llms.txt](https://docs.rhinofcp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhinofcp.com/tutorials-recipes-and-demos/demo-social-media-and-mental-health-psychological-study.md).

# Demo: Social Media and Mental Health Psychological Study

The following is a demo of how to use Rhino FCP to explore the impact of social media on mental health. This demo walks through the data uploading, preparation, analysis, and collaborator management processes.

## Instruction References

The following are links to instructions for performing steps similar to the demo using your own dataset and schema.

| Step                                                               | Link(s)                                                                                                                                                                                                                                                                                                           |
| ------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1. Create a project and set policies.                              | <p><a href="/projects/creating-a-new-project.md">Creating a New Project</a><br><a href="/projects/persona-and-permissions-policies-reference.md">Persona and Permissions Policies Reference</a></p>                                                                                                               |
| 2. Add collaborators.                                              | [Adding or Removing a Collaborator from a Project](/collaborators/adding-or-removing-a-collaborator-from-a-project.md)                                                                                                                                                                                            |
| 3. Confirm your workgroup and upload file to the S3 storage space. | <p><a href="/settings/viewing-and-adjusting-your-settings.md">Viewing and Adjusting Your Settings</a><br><a href="/settings/mounting-storage-to-your-rhino-client.md">Mounting Storage to Your Rhino Client</a></p>                                                                                               |
| 4. Define and import data schema.                                  | <p><a href="/data-schemas/creating-a-new-data-schema-or-data-schema-version.md">Creating a New Data Schema or Data Schema Version</a><br><a href="/data-schemas/auto-generated-data-schemas.md">Auto-Generated Data Schemas</a><br><a href="/data-schemas/editing-a-data-schema.md">Editing a Data Schema</a></p> |
| 5. Import your data set.                                           | <p><a href="/datasets/registering-configuring-and-exporting-datasets.md">Importing, Viewing a Dataset's Configuration, and Exporting Datasets</a><br><a href="/datasets/sensitive-datasets.md">Sensitive Datasets</a></p>                                                                                         |
| 6. Create and run a code object and perform data transformation.   | [Creating and Running a Python Code Object](/creating-and-running-code-objects/creating-and-running-a-python-code-object.md)                                                                                                                                                                                      |
| 7. Analyze and Filter Results.                                     | [Working with Dataset Analytics](/datasets/working-with-dataset-analytics.md)                                                                                                                                                                                                                                     |
| 8. Statistical Analysis via Rhino SDK.                             | <p><a href="/rhino-sdk/calculating-federated-analytics-part-1.md">Calculating Federated Analytics (Part 1)</a><br><a href="/rhino-sdk/calculating-federated-analytics-part-2.md">Calculating Federated Analytics (Part 2)</a></p>                                                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rhinofcp.com/tutorials-recipes-and-demos/demo-social-media-and-mental-health-psychological-study.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
