# Voice Text Linking

## What is voice text linking?

Some users don't like to speak in voice channels, but still want to participate! By creating a voice linked channel, users who join the voice channel will be able to see and talk in the text channel, and when they leave, they will lose access.

## Setup

Make sure you have a voice channel, and have created a channel a channel to link it to. Here's what my channels look like.

![](/files/-MMxdP2_22Jy_FzrXwss)

## Link the Channels

In the text channel you want linked, run `ch!voicelink <channel name>`. I specified "Talk" so I could link it to the Talk channel.

![](/files/-MMxfUe48sEmxwsqm2da)

## Unlinking Channels

If you don't want your channel to be linked anymore, run `ch!voicelink unlink` in the text channel to clear all links.

![](/files/-MMxffj39Q8Xctbf1exo)


---

# 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.channelbot.xyz/guides/voice-text-linking.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.
