# What is my Jira server URL?

In order to configure the remote Jira server for synchronizing the scenarios to, the Jira server URL has to be configured in the [`remote` Configuration](/specsync/jira/reference/configuration/configuration-remote.md).

Depending on the configuration or the installation of the Jira server, the Jira server URL might look different.

Typical valid Jira server URLs:

* `https://specsyncdemo.atlassian.net` -- Jira Cloud project organization
* `https://jira.mycompany.com` -- on premises Jira installation with HTTPS
* `http://myserver:8080` -- on premises local Jira installation


---

# 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.specsolutions.eu/specsync/jira/important-concepts/what-is-my-server-url.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.
