# 遗产

- [STAN='NATS流'](https://docs.natsclub.cn/cn/yi-chan/stan.md)
- [STAN概念](https://docs.natsclub.cn/cn/yi-chan/stan/intro.md)
- [和NATS的关系](https://docs.natsclub.cn/cn/yi-chan/stan/intro/relation-to-nats.md)
- [客户端连接](https://docs.natsclub.cn/cn/yi-chan/stan/intro/client-connections.md)
- [频道](https://docs.natsclub.cn/cn/yi-chan/stan/intro/channels.md)
- [消息日志](https://docs.natsclub.cn/cn/yi-chan/stan/intro/channels/message-log.md)
- [订阅](https://docs.natsclub.cn/cn/yi-chan/stan/intro/channels/subscriptions.md)
- [通常的](https://docs.natsclub.cn/cn/yi-chan/stan/intro/channels/subscriptions/regular.md)
- [持久化的](https://docs.natsclub.cn/cn/yi-chan/stan/intro/channels/subscriptions/durable.md)
- [队列组](https://docs.natsclub.cn/cn/yi-chan/stan/intro/channels/subscriptions/queue-group.md)
- [重新投递](https://docs.natsclub.cn/cn/yi-chan/stan/intro/channels/subscriptions/redelivery.md)
- [存储接口](https://docs.natsclub.cn/cn/yi-chan/stan/intro/store-interface.md)
- [存储加密](https://docs.natsclub.cn/cn/yi-chan/stan/intro/store-encryption.md)
- [群集](https://docs.natsclub.cn/cn/yi-chan/stan/intro/clustering.md)
- [Supported Stores](https://docs.natsclub.cn/cn/yi-chan/stan/intro/clustering/supported-stores.md)
- [Configuration](https://docs.natsclub.cn/cn/yi-chan/stan/intro/clustering/configuration.md)
- [Auto Configuration](https://docs.natsclub.cn/cn/yi-chan/stan/intro/clustering/auto-configuration.md)
- [Containers](https://docs.natsclub.cn/cn/yi-chan/stan/intro/clustering/containers.md)
- [Fault Tolerance](https://docs.natsclub.cn/cn/yi-chan/stan/intro/ft.md)
- [Active Server](https://docs.natsclub.cn/cn/yi-chan/stan/intro/ft/active-server.md)
- [Standby Servers](https://docs.natsclub.cn/cn/yi-chan/stan/intro/ft/standby-server.md)
- [Shared State](https://docs.natsclub.cn/cn/yi-chan/stan/intro/ft/shared-state.md)
- [Failover](https://docs.natsclub.cn/cn/yi-chan/stan/intro/ft/failover.md)
- [Partitioning](https://docs.natsclub.cn/cn/yi-chan/stan/intro/partitioning.md)
- [Monitoring](https://docs.natsclub.cn/cn/yi-chan/stan/intro/monitoring.md)
- [Endpoints](https://docs.natsclub.cn/cn/yi-chan/stan/intro/monitoring/endpoints.md)
- [Developing With STAN](https://docs.natsclub.cn/cn/yi-chan/stan/streaming.md)
- [Connecting to NATS Streaming Server](https://docs.natsclub.cn/cn/yi-chan/stan/streaming/connecting.md)
- [Publishing to a Channel](https://docs.natsclub.cn/cn/yi-chan/stan/streaming/publishing.md)
- [Receiving Messages from a Channel](https://docs.natsclub.cn/cn/yi-chan/stan/streaming/receiving.md)
- [Durable Subscriptions](https://docs.natsclub.cn/cn/yi-chan/stan/streaming/durables.md)
- [Queue Subscriptions](https://docs.natsclub.cn/cn/yi-chan/stan/streaming/queues.md)
- [Acknowledgements](https://docs.natsclub.cn/cn/yi-chan/stan/streaming/acks.md)
- [The Streaming Protocol](https://docs.natsclub.cn/cn/yi-chan/stan/streaming/protocol.md)
- [STAN NATS Streaming Server](https://docs.natsclub.cn/cn/yi-chan/stan/changes.md)
- [Installing](https://docs.natsclub.cn/cn/yi-chan/stan/changes/install.md)
- [Running](https://docs.natsclub.cn/cn/yi-chan/stan/changes/run.md)
- [Configuring](https://docs.natsclub.cn/cn/yi-chan/stan/changes/configuring.md)
- [Command Line Arguments](https://docs.natsclub.cn/cn/yi-chan/stan/changes/configuring/cmdline.md)
- [Configuration File](https://docs.natsclub.cn/cn/yi-chan/stan/changes/configuring/cfgfile.md)
- [Store Limits](https://docs.natsclub.cn/cn/yi-chan/stan/changes/configuring/storelimits.md)
- [Persistence](https://docs.natsclub.cn/cn/yi-chan/stan/changes/configuring/persistence.md)
- [File Store](https://docs.natsclub.cn/cn/yi-chan/stan/changes/configuring/persistence/file_store.md)
- [SQL Store](https://docs.natsclub.cn/cn/yi-chan/stan/changes/configuring/persistence/sql_store.md)
- [Securing](https://docs.natsclub.cn/cn/yi-chan/stan/changes/configuring/tls.md)
- [Process Signaling](https://docs.natsclub.cn/cn/yi-chan/stan/changes/process-signaling.md)
- [Windows Service](https://docs.natsclub.cn/cn/yi-chan/stan/changes/windows-service.md)
- [Embedding NATS Streaming Server](https://docs.natsclub.cn/cn/yi-chan/stan/changes/embedding.md)
- [Docker Swarm](https://docs.natsclub.cn/cn/yi-chan/stan/changes/swarm.md)
- [Kubernetes](https://docs.natsclub.cn/cn/yi-chan/stan/changes/stan-kubernetes.md)
- [NATS Streaming with Fault Tolerance.](https://docs.natsclub.cn/cn/yi-chan/stan/changes/stan-kubernetes/stan-ft-k8s-aws.md)
- [nats账号服务](https://docs.natsclub.cn/cn/yi-chan/nas.md)
- [Basics](https://docs.natsclub.cn/cn/yi-chan/nas/nas_conf.md)
- [Inspecting JWTs](https://docs.natsclub.cn/cn/yi-chan/nas/inspecting_jwts.md)
- [Directory Store](https://docs.natsclub.cn/cn/yi-chan/nas/dir_store.md)
- [Update Notifications](https://docs.natsclub.cn/cn/yi-chan/nas/notifications.md)


---

# 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/yi-chan.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.
