> For the complete documentation index, see [llms.txt](https://oasis-web4.gitbook.io/oasis-web4-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oasis-web4.gitbook.io/oasis-web4-docs/onode/nextgensoftware.oasis.api.onode.oportal.md).

# NextGenSoftware.OASIS.API.ONODE.OPORTAL

This is a work in progress. Please feel free to submit any information you feel is relevant, as this is just a temporary way to lay out the project structure so we're all on the same page.

To be added (feel free to submit content suggestions):

global .gitignore and .editorconfig files

Style Guide is in the beginning stages, again accepting suggestions for the code styles. All of this will be added to upcoming edits to the project documentation as well as an onboarding manual.alert

Going forward, please make sure you are working in the appropriate directory!

Directory Structure (main directory for each framework has been highlighted)

```
├───.config
├───api
├───App_Start
├───ClientApp   // Angular Project Root
│   ├───oasis-angular
│   │   └───oasis-web
│   │       ├───dist
│   │       │   └───oasis-web
│   │       │       └───assets
│   │       │           ├───css
│   │       │           │   ├───base
│   │       │           │   ├───components
│   │       │           │   └───custom-style
│   │       │           ├───globalStyles
│   │       │           │   ├───base
│   │       │           │   ├───components
│   │       │           │   └───custom-style
│   │       │           └───img
│   │       └───src
│   │           ├───app
│   │           │   ├───common
│   │           │   │   └───modal
│   │           │   ├───components
│   │           │   │   ├───header
│   │           │   │   ├───home
│   │           │   │   ├───login
│   │           │   │   ├───side-nav
│   │           │   │   └───signup
│   │           │   └───services
│   │           ├───assets
│   │           │   ├───css
│   │           │   │   ├───base
│   │           │   │   ├───components
│   │           │   │   └───custom-style
│   │           │   ├───globalStyles
│   │           │   │   ├───base
│   │           │   │   ├───components
│   │           │   │   └───custom-style
│   │           │   └───img
│   │           └───environments
│   ├───oasis-pure-js
│   │   └───dist
│   │       └───oasis-web
│   │           └───assets
│   │               ├───css
│   │               │   ├───base
│   │               │   ├───components
│   │               │   └───custom-style
│   │               ├───globalStyles
│   │               │   ├───base
│   │               │   ├───components
│   │               │   └───custom-style
│   │               └───img
│   └───oasis-web
├───Controllers
├───Pages
├───Properties
├───react-app     //  React Project Root
│   ├───public
│   └───src
│       ├───Components
│       ├───CSS
│       └───img
└───wwwroot     //   Web/HTML Project Root
    ├───assets
    │   ├───css
    │   ├───img
    │   └───js
    ├───postman
    └───source
        ├───.vscode
        ├───dist
        │   └───assets
        │       ├───css
        │       ├───img
        │       └───js
        ├───main
        │   └───assets
        │       ├───css
        │       │   ├───base
        │       │   ├───components
        │       │   └───custom-style
        │       ├───img
        │       └───js
        │           └───components
        └───settings
```


---

# 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://oasis-web4.gitbook.io/oasis-web4-docs/onode/nextgensoftware.oasis.api.onode.oportal.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.
