# 核心NATS

所谓的“核心 NATS”是 NATS 服务基础设施提供的基本功能和服务质量集，其中没有任何“nats-server”实例配置为启用 JetStream。

“核心 NATS”功能是发布/订阅，具有基于主题的寻址和队列，以及“最多一次”服务质量。


---

# 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.natsclub.cn/cn/nats-gai-nian/core-nats.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.
