# Chat

The one-on-one conversation provide you the opportunity to discuss the learned material with fellow learners, as well as with the instructor.&#x20;

Clicking on the Chat tab shows all the users you have conversations with (and the last message that was written).

<figure><img src="/files/6GTkB0pmhvoyH5NbA8yc" alt=""><figcaption></figcaption></figure>

Clicking on any of the conversations shows all previous messages with that person.&#x20;

<figure><img src="/files/z3ckQj2Jxui7A0N9ImqP" alt=""><figcaption></figcaption></figure>

### **Getting notified on a new messages**

Once a new chat message was sent to a user, the user will see an indication with the number of new messages:

<figure><img src="/files/cMjKCyJ1emotHdMiChHv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/LLCYbn0kYoFTrD0xo95n" alt=""><figcaption><p>New message indication when in People tab</p></figcaption></figure>

<figure><img src="/files/kqy4AvNpxHppz1B00SNO" alt=""><figcaption></figcaption></figure>

Clicking on the chat enables you to read the messages and dismisses the indication for new messages.&#x20;

### Rich text messages

\
The chat enables a richer experience of writing:

* **Ordered list** (Type 1.  (or any other number followed by a period) at the beginning of a new line and it will magically transform to an ordered list)
* **Bullet list** (Type \* , -  or +  at the beginning of a new line)

{% hint style="success" %}
**Shift + Enter for a new line**
{% endhint %}

<figure><img src="/files/77kB4dHWYdcdxQVEA27s" alt=""><figcaption></figcaption></figure>

* **Emojis** (Add smiley faces, hearts, winks, etc. by typing their shortcuts and a space after them: `:-)`, `<3` , `;)` or `:p` )

<figure><img src="/files/Tsy5HZ7vFSk1GsxIKqFV" alt=""><figcaption></figcaption></figure>

* **Bold -** Type double asterisks for **\*\*Bold text\*\***
* **Italic -** Type underscores for  **\_***Italic Text***\_**
* **Highlight** **-** Type equal signs ==like this== to highlight
* **Blockquote -** Type >  at the beginning of a new line

<figure><img src="/files/0vMfuH3e5T05wiN0aFLP" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
Recommended further reading:&#x20;

You can summarize all you've learned in your [Personal Notes](/personal-notes/add-a-personal-note.md#what-else-can-you-do-with-a-note).
{% endhint %}


---

# 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://info.annoto.net/people/chat.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.
