# Summary

For each project, the user can create an extended description of the project with the possibility of syntactic markup.

<figure><img src="https://lh7-us.googleusercontent.com/YMAYk15192tdXXiy3mc6_ypu1qboOmjKWKJtgQrFALUPC8xiFyBsPFX_00myBbTvVW7GEg8UU2VcEPHOup8Am56MCc_L9pegJcmpCoiPCSNTrJsnzymED48XczhK1WJTy6PzGVESwDyEtPKN03-yBZU" alt=""><figcaption></figcaption></figure>

To add a summary to the project, click on the "Add a SUMMARY" button.

<figure><img src="https://lh7-us.googleusercontent.com/cONZfWaFPkJrdiYrXaY_c7_9zIJ6L0gftNVMNr3mLohdX1t00Iu_xHflO5Y_d7Rg_4y6FO7WZLjdRPBBj8cL5-XKxEgh3sah_2D_GOqTC0mqH67BmEpC9fSo2S0YqIfnJ9Ba3_YGDcIEiC5llGuZqVM" alt=""><figcaption></figcaption></figure>

This will display a text entry field and an interactive preview of your changes below it.

<figure><img src="https://lh7-us.googleusercontent.com/I7p0z9TerphmhXVQPuTHpIWpIkyiez1zenNZNnGmDZBi0YaQy06hiNgDOOgBVt30udicxCPsPbfwUJE-idAhLR_HpmTqpTzgnBJXJDnZOZBARLrTe42eUjowGMUGv6P8GE_v5bnZSnQUbCuDyGluDGU" alt=""><figcaption></figcaption></figure>

To save the changes, the user must click the “Save” button.

If it is necessary to make edits to the summary text after saving, the user can open the editor by clicking the “Edit” button.

<figure><img src="https://lh7-us.googleusercontent.com/B4j-RZ8FxR4f0-olszEI-YD6fa5j6Tj66X2LoE8uupUR7KD8rkub9usJKBWlZpPiVmbUvxaQg01lEO2e9uzSavioerCOeRxGs6X65TrORsvVfWATyRSAAOdY2ptDihD7kE6ycRZ0IdSRr8rgjPGMQ4E" alt=""><figcaption></figcaption></figure>

For the summary text, the following text markup rules are used:

````
# Heading 1
## Heading 2
### Heading 3

**Bold text**

*Italics*

Lists:
- List item 1
- List item 2

[Link text](http://example.com)

Insert image:
![GitHub Logo](https://img.icons8.com/?size=50&id=12599&format=png)

Code blocks:
```
def hello():
    print("Hello, world!")
```

Horizontal dividing line:
---
````

<figure><img src="https://lh7-us.googleusercontent.com/O8WIPhcqoRsgewMA5YEIWraAGiSxFrVAi7FulRnwGW8TV1qJTFdcRXPovCQT2xsijFypi6RP27eh6rkEHnhcocSY2k9AzlHUPPYwS86zweYOVsdbHlDeF_AXbhiw5SJ7a5BLPKPG9INJi8diUlIahOU" 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://maru-portal.gitbook.io/maru-portal/project/summary.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.
