# Welcome to the Pensa Systems Dev Portal

Pensa Systems is transforming inventory management with cutting-edge AI and computer vision technology. The Dev Portal is your resource for accessing Pensa’s development documentation, and staying updated with the latest tools to integrate Pensa’s capabilities into your systems. This documentation portal includes the Mobile app SDK, and Single Sign-On, as well as an FAQ article.

## Explore The Dev Portal&#x20;

[**Pensa App Mobile SDK**](/pensa-app-mobile-sdk.md)

The Pensa Mobile App SDK is a developer toolkit designed to simplify adding Pensa’s capabilities to your mobile applications. It provides pre-built libraries, tools, and APIs to accelerate development and integration, offering streamlined SDK integration, easy initialization, and comprehensive functionality. With the Pensa SDK, you can enhance your app’s features or seamlessly integrate with other services for a cohesive user experience.

[**Single Sign-On (SSO)**](/single-sign-on.md)

* **Integration Guide**: Instructions to implement SSO for unified and secure user authentication across platforms.
* **FAQs**: Answers to common questions regarding integrations and troubleshooting.

[**External API**](/external-api.md)

External API provides secure, programmatic access to selected Pensa services and processed data, enabling approved third-party systems to integrate with Pensa and consume its insights within their own applications and workflows.

***

#### **Navigate with Ease**

Utilize the menu to access each section directly. Whether you're integrating the Mobile SDKs or setting up Single Sign-On, the portal offers structured and detailed guidance to support your development process.


---

# 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://devportal.pensasystems.net/welcome-to-the-pensa-systems-dev-portal.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.
