# General Page

{% hint style="info" %}
General page can include all the information of the organization&#x20;
{% endhint %}

### Enter Organisation Details&#x20;

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

* Enter the **Organization Name** and should be **3** to **15 characters** .
* Enter the **Description** and should have a **maximum of 100 characters**.&#x20;
* Enter the **Phone number** and should have a **7** to **15 digits**.&#x20;
* Select the **Language** from the dropdown and **two language** will be listed.
* Upload a **LOGO** in these format **.png, .jpg or .jpeg.** with **maximum 2MB** size.
* Click S**ave** button and toaster bar will indicate as "**Organisation setting successfully saved**".
* Click **Cancel** button, a pop-up will displayed click on **Ok** or **Cancel.**


---

# 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.devsbot.com/devsbot/settings/general-page.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.
