> For the complete documentation index, see [llms.txt](https://docs.nalpeiron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nalpeiron.com/using-the-platform-ui/platform-shared-objects.md).

# Platform shared objects

The Nalpeiron Growth Platform has been designed to be simple and fast to use.

The UI has several functions, including setting up and managing your products and customers. However, almost everything can be done using APIs, not the user interface.

### Top navigation <a href="#working-with-tables" id="working-with-tables"></a>

You can select between our applications (Zentitle and Zengain) and the central administration sections.

Account setup and user management are done using the "**administration**" section.

Account setup is also a one-time setup in most cases. This is about adding your internal users and getting the credentials the engineering team needs to integrate your apps with Zentitle.

<figure><img src="/files/9RwUqcvg7K193gcLNe4Y" alt=""><figcaption></figcaption></figure>

### **Help and support**

Use the help and support links to access the support team and the docs/API reference guides.

{% hint style="info" %}
Dropdown menus and search use a function we call "type ahead" because the dropdown only has twenty items for speed and clarity. This allows you to start your request by typing, and the intelligent engine will display a tighter and tighter list of choices based on the number of characters you type—it simply makes life easier when searching for large lists in the dropdown dialog boxes.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.nalpeiron.com/using-the-platform-ui/platform-shared-objects.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.
