# Sesame Data Developer Portal

To enhance the user onboarding process, we have a comprehensive Developer Portal. Within this portal, users gain access to a multifunctional dashboard that provides charts of API usage.&#x20;

<figure><img src="/files/gvOV4OMmXkNdOmKdBvIk" alt=""><figcaption></figcaption></figure>

It is possible to preview the `Entity List` in the Portal. This enables users to navigate through a comprehensive list of entities, whether the data is sourced from a custodian (in the case of portfolios) or represent legal entities like investment funds (in the case of legal entities). Furthermore, users have the convenience of exporting this entity data to CSV format for further analysis or integration with external systems.

<figure><img src="/files/kNAIj4MyS7hdsOwOVSy4" alt=""><figcaption></figcaption></figure>

The `API Endpoints` page contains several child-pages, one per endpoint that your account has access to. In the `Get started` page you will find helpful links to this Documentation Center.

<figure><img src="/files/jn6KLVkMR8VRUqqeloEK" alt=""><figcaption></figcaption></figure>

Our `Try it` feature allows users to engage with the API in real time, facilitating experimentation and exploration of its capabilities. Through this interactive functionality, users can make test requests (also available as cURLs) and observe API responses, gaining a deeper understanding of how the API functions and its potential applications.

<figure><img src="/files/436iPjpn2lBS7JBH28Y6" alt=""><figcaption></figcaption></figure>

Users also have access to `Logs`. These are either per endpoint (as found in the `API Endpoints` page) or across all endpoints (as found in the `Logs` page). The logs provide valuable insights into system activities, errors, and events, empowering users to troubleshoot issues effectively and monitor system performance proactively. [Viewing Logs](/faq-and-troubleshooting/viewing-logs.md)

<figure><img src="/files/c1VLKuhn9aw3X5EgT8Mn" alt=""><figcaption></figcaption></figure>

The `Documents` page is a useful page for loading and accessing documents related to any of your account's entities or custodial data, such as bank communications or statements showing bank account details.

<figure><img src="/files/4GpW2YVMwjI8JeqJn1qi" alt=""><figcaption></figcaption></figure>


---

# 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.landytech.com/sesame-data-developer-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.
