> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/pt/outros.md).

# Outros

- [Segurança e privacidade](https://docs.scepman.com/pt/outros/security-faq.md): Este capítulo fornece uma visão geral das perguntas frequentes sobre segurança da informação, privacidade e garantia de qualidade.
- [Suporte](https://docs.scepman.com/pt/outros/support.md)
- [Licenciamento](https://docs.scepman.com/pt/outros/licensing.md): para a edição Enterprise do SCEPman
- [Azure Marketplace](https://docs.scepman.com/pt/outros/licensing/azure-marketplace.md)
- [cleverbridge](https://docs.scepman.com/pt/outros/licensing/cleverbridge.md)
- [FAQs](https://docs.scepman.com/pt/outros/faqs.md)
- [Geral](https://docs.scepman.com/pt/outros/faqs/general.md)
- [Conector de certificados](https://docs.scepman.com/pt/outros/faqs/certificate-connector.md): Comparação entre o Microsoft Certificate Connector para Intune / Active Directory Certificate Services (ADCS) e o SCEPman em termos de implementação e esforço operacional.
- [Renovação da Root CA do SCEPman](https://docs.scepman.com/pt/outros/faqs/renewing-scepman-root-ca.md)
- [PKI e certificados](https://docs.scepman.com/pt/outros/faqs/pki-and-certificates.md)
- [Migração de RBAC do Key Vault](https://docs.scepman.com/pt/outros/faqs/migracao-de-rbac-do-key-vault.md)
- [Resolução de problemas](https://docs.scepman.com/pt/outros/troubleshooting.md)
- [Problemas comuns](https://docs.scepman.com/pt/outros/troubleshooting/general.md)
- [Vulnerabilidade de segurança Certifried](https://docs.scepman.com/pt/outros/troubleshooting/certifried.md)
- [Limitação do cabeçalho Host do Cisco ISE](https://docs.scepman.com/pt/outros/troubleshooting/cisco-ise-host-header-limitation.md)
- [Permissões da API de descoberta de serviços do Intune](https://docs.scepman.com/pt/outros/troubleshooting/intune-service-discovery-api-permissions.md)
- [Acionador de novo registo](https://docs.scepman.com/pt/outros/troubleshooting/re-enrollment-trigger.md)
- [Vulnerabilidade de SID-Spoofing](https://docs.scepman.com/pt/outros/troubleshooting/sid-spoofing-vulnerability.md)


---

# 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.scepman.com/pt/outros.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.
