# SDK

**Pictor SDK,** or **Pictor Software Development Kit,** is a toolkit designed to empower developers and third-party platforms to seamlessly integrate with the Pictor network. By leveraging this SDK, developers will be able to build custom applications and solutions that interact with Pictor’s GPU rendering network.

**Features**

* **Seamless Integration**: The SDK simplifies the connection between third-party applications and the Pictor network, enabling smooth interaction with its rendering and computational services.
* **Custom Workflow Development**: The SDK allows Creators to create tailored software solutions for submitting computing jobs, tracking progress, and managing results without direct access to Pictor Cloud.
* **Efficient Worker Connectivity**: The SDK provides tools for Workers globally to flexibly and efficiently connect their GPU resources to the Pictor network.
* **Ecosystem Expansion**: Supports integration with other Partners and Web3 platforms, fostering interoperability and collaboration.

The Pictor SDK will be designed to meet the high standards of developers by offering:

* Comprehensive libraries
* Examples and documentation&#x20;
* Flexible APIs&#x20;

{% hint style="warning" %}
***Note**: The Pictor SDK is coming soon. Stay tuned for updates!*
{% endhint %}


---

# 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://docs.pictor.network/docs/reference/sdk.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.
