# Introduction

<figure><img src="https://content.gitbook.com/content/FNcdDLORgrsL1hlbLeB8/blobs/f5lQ5QtyU2HGJ6AC8Wsh/dyce-bg.jpg" alt=""><figcaption></figcaption></figure>

Welcome to [Dyce](https://dyce.net)'s developer docs, where you can learn more about Dyce's API and developer tooling. You can use Dyce's API to build everything from light scripts to complete integrations for the tool you're working on.

The Dyce Platform consists of two parts:

* **API:** This allows developers to build rich extensions. The docs explain how to use the API to build top-notch experiences.
* **Webhooks:** This allow you to receive HTTP push notifications whenever data is created or updated. This allows you to build integrations on top of Dyce.


---

# 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://developers.dyce.net/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.
