# Welcome!

## Authentication

Fruitask empowers you to leverage our API and access your data beyond our platform. With our API's CRUD functionality, you have seamless control over your data. To get started, simply obtain your API key and table token.

## API Key

Retrieve your API key from your [account page](https://fruitask.com/account/) by simply copying and pasting it. This key serves as your authentication for accessing data from your projects. Please ensure that you keep it confidential and do not share it with anyone.

## Token

Obtain a table `token` to specify the specific workplace you wish to access. To acquire the `token`, navigate to the desired workplace, click on **"Settings"** within the project, and copy the `token` from there.


---

# 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://avocado-5.gitbook.io/fruitask-api/welcome.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.
