> For the complete documentation index, see [llms.txt](https://docs.cogram.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cogram.com/field.md).

# Field

- [Create a field report on site](https://docs.cogram.com/field/field-reports.md): Create a field report on your phone during a site visit: capture observations, fill in the report details, and finalize it for export.
- [Capture observations](https://docs.cogram.com/field/observations.md): Capture observations on site with notes, voice dictation, photos, and drawing pins, then group them into field reports.
- [Drawings](https://docs.cogram.com/field/drawings.md): Upload and organize drawings on the web, then download them to your phone so the plans are with you on site, even without signal.
- [Field on the web](https://docs.cogram.com/field/field-on-the-web.md): Review field reports and observations in the web app, export them as Word or CSV files, and extract observations from meeting recordings.
- [Working offline](https://docs.cogram.com/field/working-offline.md): What the Cogram mobile app can do without signal, what the upload statuses mean, and how to make sure nothing gets lost.
- [Report types](https://docs.cogram.com/field/report-types.md): Set up the kinds of field reports your team creates, like a Site Visit Report or a Punch List, each with its own form fields and Word templates.
- [Custom fields](https://docs.cogram.com/field/custom-fields.md): Add form fields like client firm, weather, or persons present to a report type, so your team fills them in on site and they appear in the exported report.
- [Drawing disciplines](https://docs.cogram.com/field/drawing-disciplines.md): Choose the disciplines (Architectural, Structural, Civil, and so on) Cogram uses to organize your drawings and to classify new uploads automatically.
- [Observation types and statuses](https://docs.cogram.com/field/observation-types-and-statuses.md): Choose the Type and Status options your team picks from when capturing observations on site.


---

# 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://docs.cogram.com/field.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.
