# FAQ

## How do I delete a tree?

Right click on the tree name in the left-sidebar, and then click "Delete Tree"

## How do I insert images?

At the moment, you'll have to insert them manually by providing a URL, like this:\
`![](https://example.com/link/to/image.png)`

To get a link like that from a DropBox image, for example, you need to [create a link](https://help.dropbox.com/files-folders/share/view-only-access) and the add `?raw=1` to the end of it (otherwise you're linking to a preview page, rather than the image itself):\
`![](https://www.dropbox.com/s/abc123/example.png?raw=1)`

Sorry, I know it's a lot of steps at the moment!

## How do I hide things from print & export?

Use `<!--` and `-->`. Everything between those two symbols in any card will be hidden when you print/export.

![](https://2842144986-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPBmeJozbQGoE6Bz9tP%2F-MXnxYWKzC-ENtf2usXC%2F-MXnxixgcsfiSrRG9BiZ%2FComments-hidden.png?alt=media\&token=c77c6331-a90c-460b-aece-d0c705eacf47)

## How do I invite collaborators to my documents?

Gingko Writer doesn't support collaboration yet. If this is a needed feature, you can still use the legacy <https://gingkoapp.com> version for collaboration and tree-sharing.

I am looking forward to adding collaboration to Gingko Writer, but I don't have an estimate on how long it'll take me. I won't disable the old version until well after collaboration is added to the new one though.

## LaTeX support : is it available?

Gingko Writer doesn't support LaTeX yet. If this is a needed feature, you can still use the legacy <https://gingkoapp.com> version for LaTeX documents.

I am looking forward to adding LaTeX to Gingko Writer, but I don't have an estimate on how long it'll take me. I won't disable the old version until well after it's is added to the new one though.

## How do I make my own custom templates?

Simply right-click on the tree you want to use as a template, and then click "Duplicate Tree":

![](https://2842144986-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MPBmeJozbQGoE6Bz9tP%2F-MYLczoIAuV9Mor4rvXd%2F-MYLdpbHiqGK0wPdi_ps%2Fduplicate-tree.png?alt=media\&token=549359d6-7d9f-41d0-920c-10847f1cccdd)

## Why is my text doubled when I save?

If you're using **Grammarly**, then you may experience doubled-up text in Gingko Writer. This issue comes and goes with different versions of Grammarly, so if it's happening to you, you might have to disable Grammarly on gingkowriter.com for a time, by following these instructions:

{% embed url="<https://support.grammarly.com/hc/en-us/articles/115000091612-Turn-off-Grammarly-on-one-or-more-websites>" %}


---

# 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.gingkowriter.com/master.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.
