# Developer AI Support

### assisterr

[assisterr](https://www.assisterr.xyz/) is an AI chatbot platform, specifically crafted for Web3 devs, designed to accelerate onboarding and simplify development.

assisterr is trained on a wide range of LightLink and Ethereum tech documentation to create an extensive knowledge base about a project and its technology. Users simply input a prompt, similar to ChatGPT, and receive clear, human-readable response or instructions.

Examples of questions that assisterr can help with:

* How to set up a Solidity environment
* How to use specific functions
* How to test and deploy your project
* How to enable Enterprise Mode on LightLink

Ask assisterr in the 'developers-ask-ai' channel on our [Discord](https://discord.gg/lightlinkchain):&#x20;

* Type "/" followed by "Ask," and then write your question.&#x20;
* assisterr will provide an answer and link to external resources if possible.&#x20;
* If it wasn't helpful, developers can create ask their questions in the 'developers' channel.


---

# 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.lightlink.io/lightlink-protocol/building-on-lightlink/developer-ai-support.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.
