# OGF Document Templates and Tools

To aid the community in preparing documents with elements that have proven to be useful over time and that are consitent with the Open Grid Forum Document Process and Requirements described in [GFD.152](https://www.ogf.org/documents/GFD.152.pdf), the following templates are provided:

* An online [OGF GitBook Document Template](https://docs.ogf.org/ogf-document-template/) at <https://docs.ogf.org/ogf-document-template/>.
* A [LaTeX package](https://redmine.ogf.org/attachments/31/OGF_document_latex_template.zip) that contains all necessary elements.
* A [Microsoft Word template](https://redmine.ogf.org/attachments/32/OGF_document_word_template.docx) that can be used either directly or imported into other similar tools such as OpenOffice or Google Docs.

Additionally, a [zipped archive of OGF presentation templates](https://redmine.ogf.org/attachments/51/OGF%20Presentation%20Templates.zip) is available containing examples in several formats for presentation of talks to OGF meetings or on behalf of OGF.

The suggested method for use of OGF GitBook workspaces is to request the OGF Editor to set them up to be synchronized bidirectionally with corresponding repositories the [Open Grid Forum organizational pages on GitHub](https://github.com/opengridforum) for convenience in addressing document preparation, editing, and discussion steps through GitHub tools such as issues, branching and merging, and pull requests. While GitBook also has its own branching and merge management features, but in general communities may be more familiar with or prefer GitHub document management features for managing and discussing incremental changes.

Use of OGF GitBook spaces is **suggested for convenience but not required** It is intended as a supplement to assist with document preparation workflow. The final submission of documents for publication in completed form on the OGF web site can also be accomplished with other tools such as those listed above. Once accepted as an OGF document by the Editor and GFSG, the official final version is placed in PDF format on the [OGF Documents page of the OGF web site](https://www.ogf.org/documents/) and is considered the definitive version regardless of the method used to prepare it.


---

# 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.ogf.org/ogf-documents-and-workspaces/ogf-document-templates.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.
