# Creating and Managing Extensions

Developers can create and manage extensions for the Raydius Extension Store. This section provides a comprehensive guide on how to build, submit, and monetize extensions.

## **Steps:**

1. **Building an Extension:** Provide a template and walk through the process of developing an extension using the Raydius SDK
2. Testing Your Extension: Instructions on how to test the extension locally before submission.
3. Submitting to the Extension Store: Explain the submission process, including guidelines and review procedures.
4. Monetization: Discuss the monetization options available to developers, including revenue sharing models.


---

# 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.raydius-research.com/getting-started/creating-and-managing-extensions.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.
