# 📜  Useful Commands

***Get sync info***

```bash
celestia-appd status 2>&1 | jq
```

### *Service Management* <a href="#service-management" id="service-management"></a>

***Reload service configuration***

```bash
sudo systemctl daemon-reload
```

***Enable service***

```bash
sudo systemctl enable celestia-appd
```

***Disable service***

```bash
sudo systemctl disable celestia-appd
```

***Start service***

```bash
sudo systemctl start celestia-appd
```

***Stop service***

```bash
sudo systemctl stop celestia-appd
```

***Restart service***

```bash
sudo systemctl restart celestia-appd
```

***Check service status***

```bash
sudo systemctl status celestia-appd
```

***Check service logs***

```bash
sudo journalctl -u celestia-appd -f --no-hostname -o cat
```


---

# 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://services.validexis.com/testnets/celestia/full-node-installation/useful-commands.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.
