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

# Using Create and Link

## About the plugin

Create and Link for Jira adds a simple and strait forward way to create a new ticket and link it to the current one.

## Access the plugin

Access Create and Link from the **Apps** button on any issue.

<div align="left" data-full-width="false"><figure><img src="/files/aSixy4xGRzn1RjDuddox" alt="" width="563"><figcaption></figcaption></figure></div>

## Use the plugin&#x20;

Simple choose what link type, issue type and write a summary for the new ticket. Change the direction to indicate which ticket is which. Click Create to creat the new ticket and link it to the current one.

## Support

For any inquiries or bug reporting please use the support portal to raise a ticket.

Support portal [link here](https://totallycalculated.atlassian.net/servicedesk/customer/portal/6)


---

# 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.totallycalculated.com/create-and-link/using-create-and-link.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.
