# Secure Server Access Policy

1. Navigate to Secure Server Access > Policies.
2. Click Add Policy.
3. Enter a descriptive Policy Name.
4. Define the Rules for the policy:
   * Source: Choose the user or user group that the rule applies to.
   * Destination: Choose the secure server(s) they can access.
   * Service: Define the allowed ports or services (e.g., SSH, RDP, or custom ports).
   * Priority: Set a priority level to resolve conflicts between multiple policies. Lower numbers have higher priority.
   * Action: Choose Allow or Drop to permit or block the connection.
5. Click Save Policy.

To Edit or Delete a Policy:

* Edit: Select the policy, modify its rules, and click Save.
* Delete: Select the policy and click Delete.


---

# 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://osto-cybersecurity.gitbook.io/osto/knowledge-base/how-to-guides/policy-configuration/secure-server-access-policy.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.
