> For the complete documentation index, see [llms.txt](https://docs.platform.softwareone.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.platform.softwareone.com/modules-and-features/chat/start-a-direct-chat.md).

# Start a direct chat

A direct chat allows you to message any user in your account. You can also use it to reach a member of your SoftwareOne account team.

When sending a message, you can format it using options, such as bold, italics, and underline. You can also use styles and lists to organize your message and add links or images. Additionally, you can use rich text formatting or switch to source code (HTML editor).

### Start a chat with a user in your account <a href="#ariaid-title1" id="ariaid-title1"></a>

To start a direct chat:

1. Go to the **Chats** page.
2. Do one of the following:
   * Select **New chat**, then choose **Chat**.
   * In the left sidebar, select<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAYAAADimHc4AAAB+UlEQVR4AeyaQY6DQAwE2X0sj+Kzu5rbnLBGjVNAKtJIIzl2Q1V8y+/mByWgABT/tilAATABON4NUABMAI53AxQAE4Dj3QAFwATg+O/cABj6HK+AmQZwVwAAfY5UwEwDuCsAgD5HKmCmAdwVAECfIxUw0wDuCgCgz5EKmGkA98cJ2Pf97+wADKPIDwqInvO1zQqA1SpAATABON4NUABMAI53AxQAE4Dj3QAFwATgeDegWUA1XgEVoea6ApoBV+MVUBFqriugGXA1XgEVoea6ApoBV+MVUBFqriugGXA1XgEVoea6ApoBV+PfKaB66xvVFQDLuFzA2X92rqhVvK7IOJtR5a/WLxew+gDf/n0FwL8ABSgAJgDHuwEKgAnA8W7A2wQcx/HTeSpendljdpW/Wr9wA1aj/f4goIBBATwKAOGPaAUMCuBRAAh/RCtgUACPAkD4I1oBgwJ4FADCH9EKGBTAo4AQftqugJRg2K+AEGDaroCUYNivgBBg2q6AlGDYr4AQYNqugJRg2K+AEGDaroCUYNivgBBg2v5MAelb36hfAbCMxwkY/805OzDP5fjHCVh+w5s3KAAWpAAFwATgeDdAATABON4NUABMAI5f2AD4SV8arwBYrAIUABOA490ABcAE4Hg3QAEwATjeDVAATACOdwMKAd3lfwAAAP///OjoEQAAAAZJREFUAwAPFODBRzNxXgAAAABJRU5ErkJggg==" alt="<svg xmlns=&#x22;http://www.w3.org/2000/svg&#x22; height=&#x22;24px&#x22; viewBox=&#x22;0 -960 960 960&#x22; width=&#x22;24px&#x22; fill=&#x22;#666666&#x22;><path d=&#x22;M440-440H200v-80h240v-240h80v240h240v80H520v240h-80v-240Z&#x22;/></svg>" data-size="line">, then choose **Chat**.
3. In **Add chat**, select the person you want to chat with, then select **Add**.
4. Type your message in the chat message field.&#x20;
5. Select **Send**.

### Start a chat with your account team <a href="#ariaid-title1" id="ariaid-title1"></a>

You can send a message to a member of the SoftwareOne account team only if they have enabled the chat option. If chat is not enabled, messaging is unavailable.

To start a chat:

1. Do one of the following:&#x20;
   * On the **Home** page, look for the **Account team** widget. Then, select the chat icon for the person you want to chat with.
   * Go to **Helpdesk** > **Account team**. Then, under **Actions**, select **Chat**.
2. In the open chat window, type your message in the text field.
3. Select **Send**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.platform.softwareone.com/modules-and-features/chat/start-a-direct-chat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
