# Part 6: Deployment

🎉 Congratulations 🎉, you've finished building your first experiment with Empirica! Now you need to deploy it to a server, so that you can send participants to it.&#x20;

There are a number of ways to do this, including setting up your own servers on Amazon Web Services, DigitalOcean, or a similar platform. Check out the deployment documentation here:

{% content-ref url="/pages/-M\_4uwJ45ga5AXKwtSy\_" %}
[Deploying Your Experiment](/guides/deploying-my-experiment.md)
{% endcontent-ref %}


---

# 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.empirica.ly/tutorials/beginner-experiment-prisoners-dilemma/part-6-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.
