> For the complete documentation index, see [llms.txt](https://docs.stepsecurity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.stepsecurity.io/administration/user-settings/pull-request.md).

# Pull Request

The Pull Request sub-page lets you customize how StepSecurity formats the pull requests it opens on your behalf. The defaults work out of the box, but you can change them to match your team's commit conventions, PR templates, or contributor guidelines.

### What you can customize

The Pull Request sub-page has three fields:

* Title: The text used as the pull request title and the first line of the commit message
* Commit message: The full commit message, including the title line, an optional body, and the Signed-off-by trailer
* Description: The body of the pull request, formatted as Markdown

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

### Description placeholders

The Description field supports placeholders that StepSecurity expands when it opens the pull request. The most important one is:

* `{{STEPSECURITY_SECURITY_FIXES}}`. Replaced with a list of the specific security fixes included in this pull request. Place it in the section of the description where you want the fixes summarized

The default description also references your StepSecurity username, so reviewers know who to tag with questions about the pull request.

### Updating your settings

* Open User Settings and select Pull Request
* Edit the Title, Commit message, or Description as needed
* Click Update PR Settings

To go back to the defaults, click Reset to Default.


---

# 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.stepsecurity.io/administration/user-settings/pull-request.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.
