# Using streams

You can access streams' data either through the web UI or using one of our clients.

### View streams in the UI

You can find the list of available streams together with the information about it in the [**Registry**](https://streams.proxima.one). It can give you a quick preview and allow you to find the data you need manually. However, if you want to process stream events programmatically you should use a streaming client.

{% embed url="<https://streams.proxima.one>" %}
Proxima stream registry
{% endembed %}

### Streaming clients

The following clients are available right now:

* [TypeScript client](https://github.com/proxima-one/stream-client-js) (Node.js runtime);
* [Go client](https://github.com/proxima-one/streamdb-client-go), that mostly mimics the TypeScript client API;
* TypeScript client for web — coming soon...

You can find detailed information on how to use each client in its README file.

### User Portal

There is also an app to manage your API keys, keep track of usage, and control request limits:

{% embed url="<https://portal.proxima.one/>" %}


---

# 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.proxima.one/proxima/streams/using-streams.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.
