# 术语和约定✅

* `tt`/`tt++`/`tintin`/`tintin++`：TinTin++ 在社区中常见的几种称呼。虽然严格意义上来讲，TINTIN 和 TinTin++ 是两个软件。但因为 TINTIN 已经是 20 多年前的软件了，早已被人们所忘记。所以作为 TINTIN 后继的 TinTin++ 常常被人们称为 tintin，或者别的几种称呼。本书中出于写作方便起见，一律称为 `tt`。
* **命令**：tt 是一门命令式语言。包含了许多预定义的具有明确含义的语句，称之为「命令」。
* **触发**：tt 原文档中，触发（trigger）一词的含义非常广泛。`#action`、`#alias`、`#gag`、`#substitute`等等都算触发。但是在中文用户圈子中，通常只将`#action`称为触发。本书中会沿用中文用户的习惯，通常提到触发时，仅指代 `#action`，如果想要表达所有种类的 trigger，则仍将其称为 trigger。


---

# 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://dzp.gitbook.io/tt1book/qian-yan/shu-yu-he-yue-ding.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.
