# Developer

- [Overview](https://docs.struct.com/developer/overview.md): Tools and guide for building and extending Struct PIM
- [API integration](https://docs.struct.com/developer/api-integration.md): Struct PIM ships with a standard REST Api, that allows for any interaction with Struct PIM resources. Use this to integrate your applications with Struct PIM
- [Best practices](https://docs.struct.com/developer/api-integration/best-practices.md): Guidelines for efficient and reliable API usage
- [Example project](https://docs.struct.com/developer/api-integration/example-project.md): This section contains an example project that will help you get familiar with various aspects of working with Struct PIM
- [App integration](https://docs.struct.com/developer/app-integration.md): Personalize the PIM by incorporating and customizing it with your own custom applications.
- [Quickstart](https://docs.struct.com/developer/app-integration/quickstart.md): Integrate your tools, workflows, or custom UI directly into the PIM with a TypeScript app.
- [Best practices](https://docs.struct.com/developer/app-integration/best-practices.md): Guidelines for efficient and reliable App integration
- [How to use the Extensions SDK package](https://docs.struct.com/developer/app-integration/how-to-use-the-extensions-sdk-package.md): Overview and usage guide for the Extensions SDK package
- [How to use Icon package](https://docs.struct.com/developer/app-integration/how-to-use-icon-package.md): Overview and usage guide for the Icon package
- [How to use UI package](https://docs.struct.com/developer/app-integration/how-to-use-ui-package.md): Overview and usage guide for the UI package
- [Example projects](https://docs.struct.com/developer/app-integration/example-projects.md): This section contains an example projects that will help you get familiar with various aspects of working with Struct PIM
- [App store](https://docs.struct.com/developer/app-store.md): Manage and distribute apps within Struct PIM
- [App](https://docs.struct.com/developer/app-store/app.md): Create and manage your private/public apps in the App store
- [Home](https://docs.struct.com/developer/app-store/app/home.md)
- [App details](https://docs.struct.com/developer/app-store/app/home/app-details.md)
- [App versions](https://docs.struct.com/developer/app-store/app/app-versions.md): Manage and configure different versions of your app, including creating, editing, and organizing version settings.
- [Manage version](https://docs.struct.com/developer/app-store/app/app-versions/manage-version.md)
- [Version details](https://docs.struct.com/developer/app-store/app/app-versions/manage-version/version-details.md)
- [App connections](https://docs.struct.com/developer/app-store/app/app-connections.md)
- [Manage connection](https://docs.struct.com/developer/app-store/app/app-connections/manage-connection.md)
- [Connection details](https://docs.struct.com/developer/app-store/app/app-connections/manage-connection/connection-details.md)
- [Activity log](https://docs.struct.com/developer/app-store/activity-log.md): Monitor app related activity
- [Activity details](https://docs.struct.com/developer/app-store/activity-log/activity-details.md)
- [Example projects](https://docs.struct.com/developer/example-projects.md): This section contains an example projects that will help you get familiar with various aspects of working with Struct PIM


---

# 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.struct.com/developer.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.
