# Settings

To integrate the knowledge and capabilities of an LLM into your chatbot, you need to configure some basic settings.

<figure><img src="/files/cAqKIp8I2tB6RdCiY1fz" alt=""><figcaption></figcaption></figure>

### Service Provider

Choose one of the available service providers, such as OpenAI or Gemini.

Ensure you have set up an account with your chosen service provider to access their language model services.

### Model Version

When selecting the desired model version, please review the available options carefully. Consider the features and specifications of each version to ensure it meets your requirements. It's important to evaluate performance metrics, compatibility, costs and any other relevant criteria before making a choice.&#x20;

{% hint style="warning" %}
We currently support a limited number of language models. Please note that while we might introduce support for additional models in the future, older models may also lose support over time.
{% endhint %}

### Integration API Key

The integration API Key let you attach you provider API to Xenioo. Depending on the provider you've selected you might need to get this API key differently. [OpenAI ](https://help.openai.com/en/articles/4936850-where-do-i-find-my-openai-api-key)will require you to generate a new api key from the account section while with [Google Gemini ](https://ai.google.dev/gemini-api/docs/api-key)you will need the account access full JSON.

By default, the API Key will be hidden. Click on show to display the full value.

{% hint style="warning" %}
The API Key text is obscured for security reasons. Each time an user clicks the "SHOW" button, this action is recorded in the Audit Logs.
{% endhint %}


---

# 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.xenioo.com/ai/large-language-models/settings.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.
