Scribe tries to infer information about your API from your code, but you can enrich this information in the config and by using annotations (tags in doc block comments).
Here's some of the information you can customise:
You can exclude endpoints from the documentation by using the @hideFromAPIDocumentation
tag in the method or class doc block. Scribe will not extract any information about the route or add it to the generated docs.