# ChatWise

ChatWise is a simple, powerful and privacy-friendly AI chat application.

You can view [**Help Guide**](https://docs.chatwise.app/image-generation.html#custom-providers) for more details about installation and API integration.

## API Endpoint Management

1. Navigate to **Settings > Provider**. Click <img src="/files/IZYkfS5MDGRPchQVAf1E" alt="" data-size="line"> at the bottom and select **OpenAI Compatible**.

   <div align="left" data-with-frame="true"><figure><img src="/files/ApcW5E8aylBxg7okDJkp" alt=""><figcaption></figcaption></figure></div>
2. Enter the provider name, API Base URL and API Key.

   <figure><img src="/files/csa68MPmcC1v9oqMIvEH" alt=""><figcaption></figcaption></figure>
3. Click Fetch Models to manage all the accessed 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.console.zenlayer.com/welcome/ai-gateway/ai-gateway-integration/chatwise.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.
