> For the complete documentation index, see [llms.txt](https://help.docexport.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.docexport.com/troubleshooting/column-id-dev-mode.md).

# Column ID (Dev Mode)

## How to get the column ID

Instead of using the column title for a placeholder, you can also use the unique column ID.

**`{{Column_ID}}`** instead of **`{{Column Title}}`**

### **Activate developer mode**

1. Click on the top right corner to open the context menu
2. Select 'monday.labs'

<figure><img src="/files/WYhHRV5QvYZQcrYhWiSu" alt="" width="227"><figcaption></figcaption></figure>

3. Search for 'dev' and activate the 'Developer Mode'

<figure><img src="/files/l6AZ1meps6nT2k4lqDGO" alt="" width="372"><figcaption></figcaption></figure>

Open your board and click on any column settings to see the column ID:

<figure><img src="/files/MEwJuEkmsrfl3It1DkUh" alt=""><figcaption></figcaption></figure>

If you click on the column ID, the ID will be copied. You can now use this column ID to create a placeholder for your docx template.

In this example, the placeholder would be **`{{numbers__1}}`** instead of **`{{Price}}`**

***Note:** this workaround is only necessary if some placeholders don't populate.*\
\&#xNAN;*This could be the case if you're using special characters or too-long column titles (e.g. from a monday form)*


---

# 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:

```
GET https://help.docexport.com/troubleshooting/column-id-dev-mode.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.
