# Key library

Different systems have different key formats, for example some systems use simple username and password where as other systems use more complex token based authentication. Details of different systems can be found below:

* [Peoplevox](/creating-streams/systems/system-library/peoplevox-integration-functions.md#authentication)

Additional information available:

* [Shopify](/creating-streams/keys-1/key-library/shopify-private-apps-1.md)
* [Netsuite](/creating-streams/keys-1/key-library/netsuite.md)
* [FTP](/creating-streams/keys-1/key-library/ftp-and-sftp.md)
* [oAuth](/creating-streams/keys-1/key-library/oauth.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.highcohesion.com/creating-streams/keys-1/key-library.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.
