> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/~/revisions/GkZVtBK6yRi7YYdjkSnZ/ai-marketplace/ai-inference/quickstart.md).

# Quickstart

### **Step-by-step** <a href="#contentify_0" id="contentify_0"></a>

Follow these steps to get started with **AI Marketplace**:

#### 1. Access and Sign up / Log in <a href="#contentify_1" id="contentify_1"></a>

* Visit the [FPT AI Marketplace Portal](http://https//marketplace.fptcloud.com/en)
* Sign up for a new account or log in with your existing credentials.\
  After logging in, you will be directed to the homepage, where you can browse all available AI models.

***

#### 2. Explore and Select a Model <a href="#contentify_2" id="contentify_2"></a>

* Browse the available models on the [**FPT AI Marketplace Portal**](http://https//marketplace.fptcloud.com/en) (Home page).
* Use the [**Playground**](https://marketplace.fptcloud.com/en/playground) to test models with your own prompts before making a decision.
* Choose your preferred model (e.g., LLM or VLM) based on your business needs.

***

#### 3. Enable API & Create API Key <a href="#contentify_3" id="contentify_3"></a>

* Go to **My API Keys** in your dashboard.
* Click **Create API Key** and assign it to your project.
* Copy and securely store your key – it will be required to authenticate every API request.\
  👉 See detailed guide on creating [API Keys](https://ai-docs.fptcloud.com/~/revisions/GkZVtBK6yRi7YYdjkSnZ/ai-marketplace/ai-inference/tutorials/api-keys)

***

#### 4. API Integration <a href="#contentify_4" id="contentify_4"></a>

Integrate the selected model into your application using the API. 👉 [See full API Reference](https://github.com/fpt-corp/ai-marketplace)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/~/revisions/GkZVtBK6yRi7YYdjkSnZ/ai-marketplace/ai-inference/quickstart.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
