# Generate Document

You can generate a document from all the information you have entered in your Profile. To do this, click the ***Export*** button at the bottom of the screen (shown above). A modal will open where you can select exactly what you want to include.

![Generate Document](https://github.com/cloudjournals/help-centre/tree/50b913cb2fda8fec20e4c565f8dcee8f8a15a13f/images/profile/generate-document.png)

Go through the list by clicking on an item; another modal will appear with a list of relevant entries you have made. Simply tick the ones you want to include, then click ***Select***. You will be taken back a screen where there will be a blue box with a number representing the number of entries you have selected (as shown in the image above).

![Select Entries](https://github.com/cloudjournals/help-centre/tree/50b913cb2fda8fec20e4c565f8dcee8f8a15a13f/images/profile/select-entries.png)

Once you have selected everything you want to include, click ***Open Web Version***. A new tab will open showing all the information you have selected in a basic but neat format, ready for you to use. You can simply select at all, copy the information and paste it where you want to use it.

Note: This is NOT a résumé generation system. It simply collates your information, ready for you to edit and make into a masterpiece for potential employment.

![Generated Profile](https://github.com/cloudjournals/help-centre/tree/50b913cb2fda8fec20e4c565f8dcee8f8a15a13f/images/profile/generated-profile.png)


---

# 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://help.cloudjournals.com.au/the-core/profile/generate-document.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.
