# How to use Struct PIMs API

## Use of Struct PIMs API

In the following guides we will be covering various uses of Structs API. We will start out by setting up connection to the API and follow up with examples of how to correctly use it to manage data in the PIM. An API consists of configurations and endpoint access.

* [API configuration](/reference/settings/integration/api-configuration.md) include the title of your API key, the key that is generated, and the URL where the API is available from.
* [Endpoints](/api-reference/endpoints.md)access define which endpoints the API key should have access to.

### Guides covering Struct PIMs API <a href="#guides-covering-business-rules" id="guides-covering-business-rules"></a>

* [How to set up and edit API configurations](/tutorials/guides/how-to-use-struct-pims-api/how-to-set-up-and-edit-api-configurations.md)
* [Setting up the environment](/tutorials/guides/how-to-use-struct-pims-api/setting-up-the-environment.md)
* [Use of Product endpoints](/tutorials/guides/how-to-use-struct-pims-api/use-of-product-endpoints.md)
* [Use of Global list endpoints](/tutorials/guides/how-to-use-struct-pims-api/use-of-global-list-endpoints.md)
* [Use of Dimension endpoints](/tutorials/guides/how-to-use-struct-pims-api/use-of-dimension-endpoints.md)
* [Use of Browse endpoints](/tutorials/guides/how-to-use-struct-pims-api/use-of-browse-endpoints.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://docs.struct.com/tutorials/guides/how-to-use-struct-pims-api.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.
