> For the complete documentation index, see [llms.txt](https://help.cloudjournals.com.au/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cloudjournals.com.au/collaborating/my-beneficiaries/managing-contributions/contribute-to-a-journal.md).

# Contribute to a Journal

Contributing to a Journal is very similar to working on your own Journal. But instead of appraising or commenting about your own performance, you do so about the Beneficiary's. When you first reach a Form, you'll see a screen like the following image.

## Details Tab

The ***Details*** Tab shows all the appraisals and text values the Journal Owner has created. Note that you can only see the Journal Owner's content. Any content from other contributors are not visible to you (and vice versa).

![Form Details](/files/-L9NDxN1jqzD6IGhQNkf)

## Attachments Tab

As with your own Journal, the [***Attachments***](https://github.com/cloudjournals/help-centre/tree/50b913cb2fda8fec20e4c565f8dcee8f8a15a13f/journals/forms/attachments.md) tab shows any Files and Learning Logs the Journal Owner has attached. You can only access attached Learning Logs if the Journal Owner has granted you access to their Learning Log. If you're wondering about Notes, you cannot see them because they are strictly private to the Journal Owner.

![Attachments](/files/-L9NDxNCsmK8mZ0dgNOp)

## Feedback Tab

The ***Feedback*** Tab is where you get to manage your contributions to this particular Form. What and how you can contribute is dictated by your [Journal Authorisation](/collaborating/overview/roles-and-permissions.md) and the Template this Journal is based upon.

Creating appraisals and text values work in the same way as with your own Journal, as outlined in the \[Form Details]\[Form Details] chapter of the Journals part of this Guide.

![Feedback](/files/-L9NDxNMzIuGYMw5gYWs)

\[Form Details]: /journals/form/details.md "Form Details"


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.cloudjournals.com.au/collaborating/my-beneficiaries/managing-contributions/contribute-to-a-journal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
