# Use Web GUI

For those who want to quickly test out the functionalities of Randcast without having to set up a local Solidity development environment, we recommend the following steps.

Use our [Subscription Management Web Portal](https://randcast.arpanetwork.io) to:

* Create, fund, and cancel subscriptions.
* Add and delete consumer contracts for an existing subscription.
* View and analyze historical and pending requests and events.

***Note**:* Due to connection issues with RPC endpoint, Redstone Holesky Testnet and Taiko Katla Testnet are not supported yet.

Use [Remix](https://remix.ethereum.org/) to:

* Code, build, debug, and deploy your consumer contract.
* Request randomness via your consumer contract.

***Note**: A browser extension wallet is required. (We use Metamask in our examples.)*

***

In [the next section](/randcast/getting-started/use-web-gui/subscription-management-portal.md), we will navigate you through the [Subscription Management Web Portal](https://randcast.arpanetwork.io) functionalities.

You can [jump to the Remix section](/randcast/getting-started/use-web-gui/remix.md) for a step-by-step guide to customizing and deploying your consumer contract.


---

# 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.arpanetwork.io/randcast/getting-started/use-web-gui.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.
