# Answer Submission

The Cyber Skyline platform was designed with a seamless end user experience in mind. The challenge interface accepts free-form input as submission and the platform will parse out important details and feed that into the Scoring Engine.&#x20;

You may use natural language formulate your responses, for example, if a question "how many addresses are in a /24 network?" You can enter `256 addresses` or `two hundred and fifty six addresses` as your answer and both will be marked as correct.

Most of the times, if you can find something from the source artifact/system that is representative of the answer, just simply copying that snippet as your submission will be fine. However, you should note the special inputs section below.

## Special Inputs

To avoid ambiguity in certain circumstances such as for date and time input, we use ISO8601 style date format, specifically `YYYY-MM-DD hh:mm` for all date inputs. You'll get a popup to pick your date or you may enter it in the previously stated format.

![Challenge Interface Date Picker for January 30, 2020 12:25 pm](/files/-MGeKYIS6H3UUgZQqz9b)

Other special inputs include IP addresses or hexadecimal inputs where the input box will prevent you from entering anything other than an allowed character.&#x20;

## Flags

Flags are used to represent sensitive or secret information on a computer system or network. By extracting a flag value, you demonstrate your ability to extract information from the challenge.&#x20;

The format for a flag is: **SKY-ABCD-####**. The flags will always start with "SKY", then be followed by 4 random letters and 4 random numbers.

You should submit the flag as-is for any question that asks for you.

{% hint style="danger" %}
Never share your answers or flags with other users, we want everyone to have a fair shot at doing the challenges on their own. For competitive events, sharing answers or flags, including methodology for obtaining them, may result in disqualification.
{% endhint %}


---

# 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.cyberskyline.com/challenge-interface/answer-submission.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.
