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

# Sandbox

Sandbox is your testing playground to trial any of your uxento sniper/tracker configurations against simulated posts to test their efficacy.&#x20;

<figure><img src="/files/I4BpE0Y2y6Z76USawg1z" alt=""><figcaption><p>Sandbox Home Page</p></figcaption></figure>

### Composer:

Draft any type of post in the **Composer** section of the Sandbox before testing it on the simulated feed. Firstly, pick which event type you would like to test (tweets, follows, PFP changes etc.) via the **Event Type** dropdown.

<figure><img src="/files/KqDqgKsqyPOAauLVncX6" alt="" width="387"><figcaption><p>Event Type Dropdown</p></figcaption></figure>

You may then enter which account you would like to simulate authorship of the post from, configure the event and then **Publish to Sandbox.**&#x20;

<figure><img src="/files/SPFc1fIVRQWi68Ez7TkC" alt="" width="381"><figcaption><p>Sandbox User Configuration</p></figcaption></figure>

There are a wide range of parameters you may configure for simulation; please ensure to navigate through each option and test different combinations of configurations to find the optimal ones for your setup.

<div><figure><img src="/files/tgNiWDki3VHPHFMrEkn1" alt="" width="394"><figcaption></figcaption></figure> <figure><img src="/files/lIFrmITbqjgU4QFtm3WF" alt="" width="394"><figcaption></figcaption></figure></div>

### Sandbox Feed:&#x20;

The Sandbox Feed is the simulated feed where posts live and appear. When you use the **Publish to Sandbox** from the **Composer**, your demo posts will appear at the top of the feed, in addition to your own test posts, an automated stream of simulated tweets will appear on the Sandbox Feed at random intervals.&#x20;

<figure><img src="/files/THi2JzYrKomQLjchWZYL" alt=""><figcaption><p>Sandbox Feed</p></figcaption></figure>

### Testing Rules:&#x20;

You may also configure any of the **Rules Under Test** under the Rules section of the Sandbox.&#x20;

You may mirror your real configuration by clicking '**Import Real**' to automatically import your Sniper/Tracker configurations, or export your Sandbox Keyword Highlights by click '**Export**'.

<figure><img src="/files/EjOFOzWkrFpsyd3tYPXR" alt="" width="479"><figcaption><p>Rules Under Test</p></figcaption></figure>

{% hint style="info" icon="codepen" %}
Everything in this section is Sandbox Only. Your real configuration are never modified. &#x20;
{% endhint %}

Configure the Detection and Sniper rules as you see fit by defining the parameters in each panel to find the best configurations to compliment any given event type. You may define Keywords, Image References, Contract Addresses, specific Interactions and Activities to ensure a comprehensive configuration.&#x20;

When configurations are successful, a notification will appear at the top right of your page notifying you of what was triggered.

{% hint style="success" %}
Once you have tested configurations successfully you can put them to the real test via uxento's [Automations](/uxento/tools/automations.md) and [uTek.](/uxento/tools/utek.md)&#x20;
{% endhint %}


---

# 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://uxento.gitbook.io/uxento/tools/sandbox.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.
