# Service Node guides

{% hint style="warning" %}
**The Oxen Network has transitioned to the Session Network. More information** [**here**](https://oxen.io/blog/development-is-transitioning-to-session-token)**.**&#x20;
{% endhint %}

A directory of guides for setting up and maintaining your Oxen Service Node.

| Guide                                                                                                                                                 | Outline                                                                                                                                                |
| ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [Express Service Node setup guide](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/setting-up-an-oxen-service-node) | How to configure a server as an Oxen Service Node (quickly)                                                                                            |
| [Full Service Node setup guide](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/full-service-node-setup-guide)      | How to configure a server as an Oxen Service Node (in depth)                                                                                           |
| [GUI Wallet Staking Guide](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/staking-to-shared-service-node)          | How to stake to an Oxen Service Node using the Oxen GUI Wallet.                                                                                        |
| [Service node deregistration](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/service-node-deregistration)          | Explanation of the conditions under which a service node may be deregistered (removed from the network), and some tips on how to avoid deregistration. |
| [Service node tools and upkeep](https://docs.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides/service-node-tools-upkeep)          | Some handy tips and tools for maintaining your Oxen Service Node.                                                                                      |


---

# 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.oxen.io/oxen-docs/using-the-oxen-blockchain/oxen-service-node-guides.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.
