# Developers Setting

### Public API URL

This is the public base URL for your bot API integrations. Please use this URL anywhere an [API related call is required](/connect-api/choosing-your-api.md).

### API Token

This code represent your chatbot API Token. Depending on the different outside integrations you will use you may need it to call specific MyLINK Connect API related to your chatbot.

### API Secret

This code is the API Secret of your bot. This value is masked and should be kept secure in your application integrations. You can create a new API Secret whenever you want by using the Reset button. Resetting your bot API secret will stop any running integration as soon as you [publish your changes.](/basic-concepts/publishing.md)


---

# 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.mylinkconnect.com/basic-concepts/chatbot-details/chatbot-settings/developers-setting.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.
