# Join as a Developer

{% hint style="info" %}
The developer console is still under development. You should be able to join as a developer through the console.
{% endhint %}

Please prepare the necessary stuff and talk to an FSL guy for your interest. Here are some step guides

1. Register an FSL ID at <https://id.fsl.com>, and setup all necessary information. This will be your developer ID. Please make sure your 2FA and seed phrase backup is well and safely kept.
2. Tell us about your App/product in a sheet
   1. Name
   2. Icon images in 128\*128px and 512\*512px
   3. App/product description
   4. Official website
   5. Social network links
3. Go through the [API references ](/developers/univeral-login.md)and provide your CALLBACK URL and host.


---

# 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://id-docs.fsl.com/developers/join-as-a-developer.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.
