# Introduction

**Task Requesters will access and utilize the deployed tasks via Truebit platform.** **An API key and  a designated namespace will be provided to facilitate seamless integration with your applications.** This enables you to leverage Truebit as a reliable verification layer for your computations.

Task Requesters will receive both the task results and their corresponding verifications, ensuring data integrity and trustworthiness.

By following these straightforward steps, you can effortlessly integrate Truebit into your solution to obtain verified and trustworthy computation outcomes.

* [Integrate and execute Truebit Function Tasks](/integrating-truebit-tasks/function-task-execution.md)
* [Integrate and execute Truebit API Tasks](/integrating-truebit-tasks/api-task-execution.md)


---

# 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://devs.truebit.io/integrating-truebit-tasks/introduction.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.
