> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guiji.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Your First Conversation

> Get started with DUIX API to generate your first dialogue

### Create an Account

To use our API, you first need to create a [DUIX.COM](https://duix.com/login) account, click here [to create one](https://duix.com/login).
![login.png](https://github.com/zhouahua/duix.com/blob/main/images/login.png?raw=true)

### Login to the Workspace

After successful login, click on the "Profile" icon in the upper right corner, then click `Platform` to access your workspace.
![Platform.png](https://github.com/zhouahua/duix.com/blob/main/images/Platform.png?raw=true)

### Create a Session

Then create your first session on the `Create Session` page. You can choose your preferred `Avatar`, `Background`, and `Voice`. You can select which `Models` to use and the `Language` for the conversation. If you choose a model other than GPT4O, you can also set up `Opening remarks` so that the digital human will speak first when the conversation begins.
![create.png](https://github.com/zhouahua/duix.com/blob/main/images/create.png?raw=true)

### Get appid/key and Session id

Click `Next` to obtain your `app id`, `app key`, and `Session id`. Click the "copy" icon to copy them for use. Do not show your app key to others. If someone gets access to your app key, they can use your account just like they have your password.
![appid.png](https://github.com/zhouahua/duix.com/blob/main/images/appid.png?raw=true)

### Start Integration

Finally, after the session is successfully created, you can start integrating with the API to see the results. You can refer to the [API Docs](https://duix.com/apidoc)
![apidoc.png](https://github.com/zhouahua/duix.com/blob/main/images/apidoc.png?raw=true)
