# Retrieve Your Connection Info

## &#x20;View all active service subscriptions

1. Navigate to the <💳┃purchase-services> channel in the Discord server
2. Click the "View my active subscriptions" button

<figure><img src="/files/7qHv1nvIE7POE0b4VCGE" alt=""><figcaption><p>Button to view active service subscriptions</p></figcaption></figure>

3. The Vibe Station bot will reply in a private message within the channel with information related to your service subscriptions with Solana Vibe Station. This includes:

* Public access API key
* Active and inactive services
* Expiration dates of services

<figure><img src="/files/QNFwnckCi6YJK1LfVN0l" alt=""><figcaption><p>Bot response indicating information related to Solana Vibe Station RPC services</p></figcaption></figure>

## View currently whitelisted IP address

Currently this is only for public GRPC service subscriptions.

1. Navigate to the <🌐┃update-connection> channel in our Discord server.
2. Select the button that says "Check Current IP Whitelist"
3. Observe the private message to you by the Vibe Station bot with your currently whitelisted IP address.

<figure><img src="/files/a5W7a6rtUBkn0Ryx0u30" alt=""><figcaption><p>Bot response indicating your currently whitelisted IP address for GRPC access.</p></figcaption></figure>


---

# 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.solanavibestation.com/support/discord-bot-commands/retrieve-your-connection-info.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.
