# Introduction

The SamoChat API is an API that allows you to fetch the public details of our users to be used inside your apps. The data that will be fetched is only public data and anything that is restricted from the public cannot be viewed. This means that your posts that are restricted and the number of friends that you've got will not be visible through this API moreover the videos and photos that are restricted to your friends or the members of SamoChat will not be counted.

{% tabs %}
{% tab title="Base URL" %}

```markup
https//api.samochat.net
```

{% endtab %}

{% tab title=".NET Library" %}

```
nuget install SamoChatNet
```

{% endtab %}

{% tab title="Python library" %}

```
pip install samochat
```

{% endtab %}
{% endtabs %}


---

# 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://developers.samochat.net/master.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.
