# How to set up a 1-1 channel

## Getting started

1. **Create a Google Doc** and name the file `[INITIALS_OF_FIRST_PERSON]-[INITIALS_OF_SECOND_PERSON] 1-1`.
   * For example, if Bob Adrian Jones is meeting with Jen Tai Yin Lee, the title of the file would be `BAJ-JTL 1-1.`
   * Use three letter initials when possible since there may be people with the same initials.
2. **Share the file** with the other person, using the **Share** option in the Google Doc.
3. Create a Direct Message channel in Mattermost and add the other person.
4. **Add a link to the Google Doc** at the top of the Direct Message channel by editing the header of the channel. Choose **Edit Header** and paste the link.
5. **Use the file for 1-1s** to post material in advance and to write notes of your discussions.


---

# 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://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-setup-a-1-1-channel.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.
