# Advanced Guides

- [Create a DV Using the SDK](https://docs.obol.org/docs/advanced-and-troubleshooting/advanced/create-a-dv-using-the-sdk.md)
- [Migrate an Existing Validator](https://docs.obol.org/docs/advanced-and-troubleshooting/advanced/quickstart-split.md): Migrate an existing validator by splitting its private key into shares
- [Enable MEV](https://docs.obol.org/docs/advanced-and-troubleshooting/advanced/enable-mev.md)
- [Combine DV Private Key Shares](https://docs.obol.org/docs/advanced-and-troubleshooting/advanced/quickstart-combine.md): Combine distributed validator private key shares to recover the validator private key.
- [Self-Host a Relay](https://docs.obol.org/docs/advanced-and-troubleshooting/advanced/self-relay.md): Self-host a relay
- [Advanced Docker Configs](https://docs.obol.org/docs/advanced-and-troubleshooting/advanced/adv-docker-configs.md): Use advanced docker-compose features to have more flexibility and power to change the default configuration.


---

# 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.obol.org/docs/advanced-and-troubleshooting/advanced.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.
