# SPO Best Practices

How to use cexplorer for 100%.

* when you register pool, add into meta.json file link to "extended" metadata file - <https://github.com/cexplorer/cexplorer.io/blob/main/examples/extended-metadata.json> - this allows you have pool logo, social channel handles etc
* create account on cexplorer.io and claim your pool <https://github.com/cexplorer/cexplorer.io/blob/main/doc/how\\_to\\_claim\\_pool.md>

## How to make it better (optional)

* contribute with articles for community: <https://cexplorer.io/article/add>
* if you have your own pool page (you should), you can use HTML embeds to your website (cexplorer.io > pool detail > tab "Share")
* you can promote your pool - <https://cexplorer.io/promote>


---

# 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://cexplorer-io.gitbook.io/docs/doc/spo_basics.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.
