# Issue Naming

Naming of your issues is paramount to keeping things organized in both FeedOtter and your ESP.&#x20;

Set the default naming scheme in your Newsletter Setup > Settings > Issue Naming. Here are some  examples that have worked well for other customers:

```
//Outputs: "Newsletters - Newsletter Name - July 23 2023"
Newsletters - Newsletter Name - [[feedotter.issue_date_object | date('F j Y')]]

//Outputs: "Newsletters - Newsletter Name - Issue 24
Newsletters - Newsletter Name - Issue [[feedotter.issue_num]]
```

When the "New Issue" button is clicked a new issue will be created and the name will be set according to your setting.

#### Considerations:

* Changing the name of the "issue" in the Issue Edit UI (top underline etc..) will change the name of the Simple Email Campaign and the Email object created in Eloqua.
* You can use any supported PHP date formatting commands to setup naming.
* Eloqua does not care about duplicate email or campaign names so you can be flexible with naming as you see fit.


---

# 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.feedotter.com/curated-newsletters/publishing/publishing-to-eloqua/issue-naming.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.
