# Managing A NATS Server

Managing a NATS server is simple, typical lifecycle operations include:

* [Sending signals](/nats-server/nats_admin/signals.md) to a server to reload a configuration or rotate log files
* [Upgrading](/nats-server/nats_admin/upgrading_cluster.md) a server (or cluster)
* Understanding [slow consumers](/nats-server/nats_admin/slow_consumers.md)
* Monitoring the server via:
  * The monitoring [endpoint](/nats-server/configuration/monitoring.md) and tools like [nats-top](/nats-tools/nats_top.md)&#x20;
  * By subscribing to [system events](/nats-server/configuration/sys_accounts.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://nats.golang.im/nats-server/nats_admin.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.
