# Text and Dots

### <img src="/files/Cc8EnWBX7tBABVc4VJnA" alt="" data-size="line"> Text

The Text command creates two-dimensional rich text. Rich text can be formatted word-by-word or letter-by-letter, similar to a word processor.

#### Steps

1. Type the text
2. Specify the properties
3. Pick the location for the text

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/text.htm#3).

### <img src="/files/amivdXLhxCVdQPqJ0VEq" alt="" data-size="line"> Annotate Dot

The Dot command draws an annotation dot in screen space. Zooming or rotating views do not affect the size and orientation of dots. Dots are always displayed in front of other objects.

#### Steps

1. Type the text to display in the dot
2. Pick the dot location

For more information, please refer to the [Rhino documentation](https://docs.mcneel.com/rhino/8/help/en-us/commands/dot.htm#\(null\)).


---

# 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.rhinoartisan.com/commands/drafting/text-and-dots.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.
