<title>
PAL Application-Home
</title>
+ <!-- Meta Description -->
+ <meta name="description" content="Guidance on submitting FOIA and Privacy Act requests for GSA">
+ <meta name="keywords" content="GSA, FOIA, PA, freedom of information act, privacy act, public portal">
+ <link rel="icon" href="../pal_gsa_files/logo.png" type="image/icon type">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="../pal_gsa_files/bootstrap.min.css" rel="stylesheet" media="all">
<link href="../pal_gsa_files/datepicker.css" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Public Sans" rel="stylesheet">
+ <script src="../../../vendor/uswds/js/uswds-init.min.js"></script>
+ <link rel="stylesheet" href="../../../vendor/uswds/css/uswds.css" type="text/css">
<script src="../pal_gsa_files/jquery-3.7.1.min.js"></script>
<script src="../pal_gsa_files/popper.js"></script>
<script src="../pal_gsa_files/bootstrap.min.js"></script>
@@ -174,6 +181,10 @@
img {
max-width: 100%;
}
+
+ body {
+ background-color: white !important;
+ }
</style>
<script type="text/javascript">
@@ -288,10 +299,80 @@
</script>
-
+ <!-- We participate in the US government's analytics program. See the data at analytics.usa.gov. -->
+ <script async type="text/javascript"
+ src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=GSA" id="_fed_an_ua_tag"></script>
</head>
-<body style="background-color: white; font-family: verdana; font-size: 12px;">
+<body>
+ <script src="../../../vendor/uswds/js/uswds.min.js"></script>
+ <section class="usa-banner" aria-label="Official government website">
+ <div class="usa-accordion">
+ <header class="usa-banner__header">
+ <div class="usa-banner__inner">
+ <div class="grid-col-auto">
+ <img class="usa-banner__header-flag" src="../../../vendor/uswds/img/us_flag_small.png"
+ alt="U.S. flag" />
+ </div>
+ <div class="grid-col-fill tablet:grid-col-auto">
+ <p class="usa-banner__header-text">
+ An official website of the United States government
+ </p>
+ <p class="usa-banner__header-action" aria-hidden="true">
+ Here’s how you know
+ </p>
+ </div>
+ <button class="usa-accordion__button usa-banner__button" aria-expanded="false"
+ aria-controls="gov-banner-default">
+ <span class="usa-banner__button-text">Here’s how you know</span>
+ </button>
+ </div>
+ </header>
+ <span class="icon-lock"><svg xmlns="http://www.w3.org/2000/svg" width="52" height="64"
+ viewBox="0 0 52 64" class="usa-banner__lock-image" role="img"
+ aria-labelledby="banner-lock-title-default banner-lock-description-default"
+ focusable="false">
+ <title id="banner-lock-title-default">Lock</title>
+ <desc id="banner-lock-description-default">
+ A locked padlock
+ </desc>
+ <path fill="#000000" fill-rule="evenodd"
+ d="M26 0c10.493 0 19 8.507 19 19v9h3a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V32a4 4 0 0 1 4-4h3v-9C7 8.507 15.507 0 26 0zm0 8c-5.979 0-10.843 4.77-10.996 10.712L15 19v9h22v-9c0-6.075-4.925-11-11-11z">
+ </path>
+ </svg>
+ </span>
+ ) or <strong>https://</strong> means you’ve safely connected
+ to the .gov website. Share sensitive information only on
+ official, secure websites.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </section>
<a href="https://pal.gsa.gov/app/Home.aspx#mainContent" class="ms-skip" accesskey="*">Skip to the main content of
the page</a>
<form name="aspnetForm" method="post" action="https://pal.gsa.gov/app/Home.aspx" id="aspnetForm">
@@ -329,423 +410,271 @@
<link href="../pal_gsa_files/White.css" rel="stylesheet" type="text/css" title="Default CSS">
- <div class="container" id="wraper">
+ <style>
+ .usa-logo {
+ width: 56px
+ }
- <nav role="navigation" class=" navbar navbar-expand-md navbar-dark navigationdiv ">
- <div class="navbar-header">
+ @media screen and (max-width: 1023px) {
+ .usa-logo img {
+ height: 3rem;
+ }
+ }
- <!--<button type="button" data-target=".collapse" data-toggle="collapse" class="navbar-toggler ml-auto">
- <p hidden>PAL Navigation Bar</p>
- <span class="navbar-toggler-icon"></span>
- </button>-->
- </div>
- <div class="container menu" id="topMenuDiv1" style="padding-left:0px; padding-right:0px;">
- <div class="container topnav" id="topMenuDiv2" style="padding-left:0px; padding-right:0px;">
-
- <ul class="nav navbar-nav palHeader" style="position:relative;display:block; width:100%;">
-
-
-
-
-
- <style>
- .usa-banner {
- background-color: #eee;
- color: #444;
- cursor: pointer;
- padding: 7px;
- width: 100%;
- border: none;
- text-align: left;
- outline: none;
- font-size: 15px;
- transition: 0.4s;
- display: block;
- font-size: 12px;
- font-family: 'Segoe UI';
- }
-
- .usa-banner-container {
- margin-bottom: 10px;
- }
-
- .usa-banner-container .accordion {
- display: none;
- }
-
- .usa-banner-container label {
- background-color: #eee;
- color: #444;
- cursor: pointer;
- padding: 7px;
- width: 100%;
- border: none;
- text-align: left;
- outline: none;
- font-size: 15px;
- transition: 0.4s;
- display: block;
- font-size: 12px;
- font-family: 'Segoe UI';
- }
-
- .usa-banner-container .accordion:checked~label {
- background-color: #eee;
- }
-
- .usa-banner-container .content {
- background-color: #eee;
- padding: 0 18px;
- max-height: 0;
- overflow: hidden;
- transition: max-height 0.2s ease-out;
- font-size: 12px;
- font-family: 'Segoe UI';
- }
-
- .usa-banner-container .accordion:checked~.content {
- max-height: 200px;
- }
- </style>
- <div class="usa-banner-container">
- <input type="checkbox" id="section1" class="accordion">
- <label for="section1">
- <img alt="" src="../pal_gsa_files/us_flag_small.png"
- style="width: 15px; height: 11px;"> An official website of the United
- States government. <span style="color: #366092;"><span
- style="text-decoration: underline;">Here's how you know</span>
- <strong>v</strong></span></label>
- <div class="content">
- <p>
- </p>
- <table class="usa-banner" role="presentation">
- <tbody>
- <tr>
- <td style="width: 75px;">
- <img alt="" src="../pal_gsa_files/official.png"
- style="width: 55px;">
- </td>
- <td style="width: 350px;">
- <strong> Official websites use .gov<br>
- </strong>
- A .gov website belongs to an official government organization in the
- United States.
- </td>
- <td style="width: 75px;">
- <img alt="" src="../pal_gsa_files/secure.png">
- </td>
- <td style="width: 350px;">
- <strong> Secure .gov websites use HTTPS<br>
- </strong>
- A lock (??) or https:// means you’ve safely connected to the .gov
- website. Share sensitive information only on official, secure
- websites.
- </td>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <img alt="" src="../pal_gsa_files/PAL_Header2.png" style="width: 692px; height: 129px;"><br>
-
-
- </ul>
- <ul class="nav navbar-nav ml-auto"
- style="display: flex; flex-direction: row;margin-left:15px; margin-right:15px;">
-
-
- <li class="nav-item dropdown menuitem">
-
- <a class="nav-link" href="https://pal.gsa.gov/app/PalLogin.aspx" accesskey="I"
- title="Sign In">
- <span class="glyphicon " style="padding-right: 4px;"></span>
- Sign In
- </a>
- </li>
- <li id="ctl00_topmenu" class="nav-item dropdown menuitem"><a
- href="https://pal.gsa.gov/app/Home.aspx#" title="Help"
- class="nav-link dropdown-toggle" data-toggle="dropdown"><span class="glyphicon"
- style="padding-right:4px"></span>Help<span class="glyphicon-triangle-bottom"
- style="padding-right:4px;font-size:10px;"></span></a>
- <ul class="dropdown-menu dropdown-menu-right">
- <li class="dropdown dropdown-item menuitem1"><a class="nav-link dropdown-item"
- title="Contact Us" accesskey="L"
- href="https://pal.gsa.gov/app/Help.aspx">Contact Us</a></li>
- <li class="dropdown dropdown-item menuitem1"><a class="nav-link dropdown-item"
- title="JAWS Instructions" accesskey="J"
- href="https://pal.gsa.gov/app/JawsInstruction.aspx">JAWS Instructions</a>
- </li>
- </ul>
- </li>
-
-
- </ul>
- </div>
- </div>
- </nav>
+ .grid-container h1,
+ h4 {
+ font-family: Georgia !important;
+ }
+ .usa-header {
+ padding: 1rem;
+ }
+ </style>
- <nav role="navigation" id="navigationbar" class="navbar navbar-expand-md navigationdiv">
- <div class="container-fluid menu">
- <div id="ctl00_manudiv" class="container">
-
- <ul class="nav navbar-nav">
- <li class="nav-item dropdown menuitem"><a href="https://pal.gsa.gov/app/Home.aspx"
- title="Home" class="nav-link" accesskey="H"><span class="glyphicon"
- style="padding-right:4px"></span>Home</a></li>
- <li class="nav-item dropdown menuitem"><a
- href="https://www.gsa.gov/reference/freedom-of-information-act-foia/electronic-reading-room"
- title="FOIA Library" class="nav-link" target="_blank"><span class="glyphicon"
- style="padding-right:4px"></span>FOIA Library</a></li>
- <li class="nav-item dropdown menuitem"></li>
- <li class="nav-item dropdown menuitem"></li>
- <li class="nav-item dropdown menuitem"><a
- href="https://pal.gsa.gov/app/Confirmation.aspx?no=3" title="Request Status"
- class="nav-link" accesskey="R"><span class="glyphicon"
- style="padding-right:4px"></span>Request Status</a></li>
- <li class="nav-item dropdown menuitem"><a href="https://pal.gsa.gov/app/Home.aspx#"
- title="Guides" class="nav-link dropdown-toggle" data-toggle="dropdown"><span
- class="glyphicon" style="padding-right:4px"></span>Guides<span
- class="glyphicon-triangle-bottom"
- style="padding-right:4px;font-size:10px;"></span></a>
- <ul class="dropdown-menu" style="text-align: center;">
- <li class="dropdown-item menuitem"><a title="GSA FOIA Request Guide" accesskey="F"
- class="nav-link dropdown-item"
- href="https://www.gsa.gov/reference/freedom-of-information-act-foia"
- target="_blank">GSA FOIA Request Guide</a></li>
- <li class="dropdown-item menuitem"><a title="GSA PA Request Guides" accesskey="X"
- class="nav-link dropdown-item"
- href="https://www.gsa.gov/reference/gsa-privacy-program/privacy-act-of-1974"
- target="_blank">GSA PA Request Guides</a></li>
- <li class="dropdown-item menuitem"><a title="GSA PA Request Rules" accesskey="Q"
- class="nav-link dropdown-item"
- href="https://www.ecfr.gov/current/title-41/subtitle-C/chapter-105/part-105-64"
- target="_blank">GSA PA Request Rules</a></li>
- </ul>
- </li>
- </ul>
- </div>
- </div>
- </nav>
+ <div class="usa-overlay"></div>
- <div class="container fullcontainer">
-
-
- <div class="card">
- <div class="card">
- <a id="mainContent"></a>
-
- <input name="__RequestVerificationToken" type="hidden"
- value="XhalyByNpowGMNyOUUQehl_dIzpqsXQrnwi7X63CNbLftUAhgyNqNFXSUaPYV_zlF3ZACIJx_TWSxIkUBl_5RfiQalet9nXF7QbqcuSnxxA1">
- <script type="text/javascript">
- function disablebackbutton() {
- window.history.forward();
- }
- window.onpagesshow = function (evt) {
- if (evt.persisted) {
- disablebackbutton();
- }
- }
- window.onunload = function () {
- void (0);
- }
- </script>
- <div class="card-header">
- <div tabindex="0" role="note">
- Home
- </div>
- </div>
- <div class="card-body" tabindex="0" role="note">
- <p>
- <span>
- </span>
- </p>
- <p style="font-family: verdana; font-size: 12px;"><span
- style="font-family: 'Segoe UI'; font-size: 18px; color: #7f7f7f;">U.S.
- General Services Administration<br>
- Freedom of Information Act (FOIA) and Privacy Act (PA) Public Access Portal.</span>
- </p>
- <p style="font-family: verdana; font-size: 12px; text-align: left;"><span
- style="font-weight: bold; font-family: 'Segoe UI'; font-size: 18px; color: #000000;">To
- Submit a FOIA or Privacy Act Request Online or
- Check on the Status of a Request</span></p>
- <p style="font-family: verdana; font-size: 12px; text-align: left;"><span
- style="font-size: 14px; font-family: 'Segoe UI';"><span
- style="color: #1b1b1b;">Using the links in the upper right corner of this
- page, </span><a
- href="https://pal.gsa.gov/app/PalLogin.aspx">register</a><span
- style="color: #1b1b1b;"> to create an online profile or </span><a
- href="https://pal.gsa.gov/app/PalLogin.aspx">sign in</a><span
- style="color: #1b1b1b;"> to your existing profile. This website uses
- Login.gov to
- create an account and log in securely. For more on using Login.gov, </span><a
- href="https://login.gov/help/">click here.</a><span style="color: #1b1b1b;">
- Once
- logged in to your account profile, you can submit a request, check the </span><a
- href="https://pal.gsa.gov/app/CheckStatus.aspx">status of a request</a><span
- style="color: #1b1b1b;">, send a message to the FOIA Requester Service Center or
- the GSA Privacy Program, or download responsive records from a
- request.</span></span></p>
- <hr style="font-family: verdana; font-size: 12px; text-align: justify;">
- <p style="font-family: verdana; font-size: 12px;"><span
- style="font-weight: bold; font-family: 'Segoe UI'; font-size: 18px; color: #000000;">Helpful
- Information to Review Prior to Submitting a
- Request</span></p>
- <p style="margin:0in;font-family:'segoe ui';font-size:12.0pt;color:black;"><span
- style="font-size: 14px;">FOIA
- is a law that allows any person to request access to federal agency records.</span>
- </p>
- <p style="margin:0in;font-family:'segoe ui';font-size:12.0pt;color:black;"><span
- style="font-size: 14px;">There
- are certain requirement for making a FOIA request to GSA. Please review GSA's
- regulations pertaining to FOIA requests for further details.</span></p>
- <p style="margin:0in;font-family:'segoe ui';font-size:12.0pt;"><span
- style="font-size: 14px;"><span style="color: #1b1b1b;">In some cases, the records
- you are requesting may already
- be posted online. Prior to submitting a request, </span><span
- style="color: black;">navigate</span><span style="color: #1b1b1b;"> to
- GSA's </span><a
- href="https://www.gsa.gov/reference/freedom-of-information-act-foia">FOIA
- website</a><span style="color: #1b1b1b;"> for information about the
- following topics.</span></span></p>
- <ul
- style="direction: ltr; unicode-bidi: embed; margin-top: 0in; margin-bottom: 0in; list-style-type: disc;">
- <li style="margin-top:0;margin-bottom:0;vertical-align:middle;color:#1B1B1B;"><span
- style="font-size: 14px; font-family: 'segoe ui';">GSA's FOIA points of
- contract</span></li>
- <li style="margin-top:0;margin-bottom:0;vertical-align:middle;color:#1B1B1B;"><span
- style="font-size: 14px; font-family: 'segoe ui';">GSA's FOIA
- library</span></li>
- <li style="margin-top:0;margin-bottom:0;vertical-align:middle;color:#1B1B1B;"><span
- style="font-size: 14px; font-family: 'segoe ui';">GSA's Policies</span>
+ <header class="usa-header usa-header--extended">
+ <div class="usa-navbar">
+ <div class="usa-logo">
+ <a href="https://pal.gsa.gov/app/Home.aspx" aria-label="PAL GSA Homepage">
+ <img src="../pal_gsa_files/logo.png" alt="GSA Logo">
+ </a>
+ </div>
+ <button type="button" class="usa-menu-btn">Menu</button>
+ </div>
+ <nav aria-label="Primary navigation" class="usa-nav">
+ <div class="usa-nav__inner">
+ <button type="button" class="usa-nav__close">
+ <img src="../../../vendor/uswds/img/usa-icons/close.svg" role="img" alt="Close" />
+ </button>
+ <ul class="usa-nav__primary usa-accordion">
+ <li class="usa-nav__primary-item">
+ <a href="https://pal.gsa.gov/app/Home.aspx" class="usa-nav-link usa-current">
+ <span>Home</span>
+ </a>
+ </li>
+ <li class="usa-nav__primary-item">
+ <a href="https://www.gsa.gov/reference/freedom-of-information-act-foia/foia-library"
+ class="usa-nav-link">
+ <span>FOIA Library</span>
+ </a>
+ </li>
+ <li class="usa-nav__primary-item">
+ <a href="https://pal.gsa.gov/app/CheckStatus.aspx" class="usa-nav-link">
+ <span>Request Status</span>
+ </a>
+ </li>
+ <li class="usa-nav__primary-item">
+ <button type="button" class="usa-accordion__button usa-nav__link" aria-expanded="false"
+ aria-controls="extended-nav-section-one">
+ <span>Guides</span>
+ </button>
+ <ul id="extended-nav-section-one" class="usa-nav__submenu">
+ <li class="usa-nav__submenu-item">
+ <a href="https://www.gsa.gov/reference/freedom-of-information-act-foia"><span>GSA
+ FOIA Request Guides</span></a>
+ </li>
+ <li class="usa-nav__submenu-item">
+ <a href="https://www.gsa.gov/reference/gsa-privacy-program/privacy-act-of-1974"><span>GSA
+ PA Request Guides</span></a>
</li>
- <li style="margin-top:0;margin-bottom:0;vertical-align:middle;color:#1B1B1B;"><span
- style="font-size: 14px; font-family: 'segoe ui';">Prior published GSA
- FOIA
- reports</span></li>
- <li style="margin-top:0;margin-bottom:0;vertical-align:middle;color:#1B1B1B;"><span
- style="font-size: 14px; font-family: 'segoe ui';">FOIA resources</span>
+ <li class="usa-nav__submenu-item">
+ <a href="https://www.ecfr.gov/current/title-41/subtitle-C/chapter-105/part-105-64"><span>GSA
+ PA Request Rules</span></a>
</li>
</ul>
- <p style="margin:0in;font-family:'segoe ui';font-size:12.0pt;color:#1B1B1B;"><span
- style="font-size: 14px;">If
- after reviewing the GSA's FOIA website, you determine that you need to file a
- FOIA request we encourage you to submit your request online to facilitate
- faster processing.</span></p>
- <p style="margin:0in;font-family:'segoe ui';font-size:12.0pt;color:#1B1B1B;"><span
- style="font-size: 14px;">All
- requests received after 5pm Eastern Time will be considered
- "received" on the next business day.</span></p>
- <hr>
- <p style="font-family: verdana; font-size: 12px;"><span
- style="font-weight: bold; font-family: 'Segoe UI'; font-size: 18px; color: #1b1b1b;"> Helpful
- Information to Review Prior to Submitting a
- Privacy Act Request</span></p>
- <p style="margin:0in;font-family:'segoe ui';font-size:12.0pt;color:#1B1B1B;"><span
- style="font-size: 14px;">The
- Privacy Act of 1974 allows U.S. citizens and lawfully admitted aliens to
- request copies of GSA records that are about themselves and are maintained in a
- “system of records,” as defined in the Privacy Act. </span><span
- style="font-size: 14px;">The
- Privacy Act also requires GSA to maintain accurate, current records, and to
- notify the public of all of the systems of records it creates by publishing
- System of Records Notices (SORNs) in the Federal Register.</span></p>
- <p style="margin:0in;font-family:'segoe ui';font-size:12.0pt;color:#1B1B1B;"><span
- style="font-size: 14px;"></span></p>
- <p style="margin:0in;font-family:'segoe ui';font-size:12.0pt;color:#1B1B1B;"><span
- style="font-size: 14px;">Individuals
- seeking their records are advised to review the GSA Privacy Act Rules as well
- as the SORNs published by GSA in order to ensure their request can be timely
- fulfilled by identifying systems that may contain the records being sought.</span>
- </p>
-
- <p></p>
- </div>
-
-
- <span>
- <style>
- .usa-identifier {
- margin: 0;
- font-family: 'Segoe UI';
- overflow: hidden;
- background-color: #eee;
- padding: 15px 10px;
- }
-
- .usa-identifier a {
- margin: 0;
- font-family: 'Segoe UI';
- color: black;
- font-size: 14px;
- line-height: 25px;
- border-radius: 4px;
- }
-
- .usa-identifier__logo {
- width: 40px;
- height: 40px;
- float: left;
- margin-right: 10px;
- }
-
- .usa-identifierlinks {
- width: 100%;
- background-color: #eee;
- padding: 8px 10px;
- overflow: auto;
- }
-
- .usa-identifierlinks a {
- font-family: 'Segoe UI';
- float: left;
- padding: 8px 0px;
- color: black;
- font-size: 14px;
- width: 25%;
- /* Four links of equal widths */
- text-align: left;
- }
- </style>
- <div class="usa-identifier"><img alt=""
- src="../pal_gsa_files/599px-US-GeneralServicesAdministration-Logo.svg.png"
- class="usa-identifier__logo">
- pal.gsa.gov<br>
- <strong>An official website of the<a href="https://www.gsa.gov/"> U.S. General Services
- Administration</a></strong>
- </div>
- <div class="usa-identifierlinks">
- <a href="https://www.gsa.gov/about-us">About GSA</a>
- <a href="https://www.dhs.gov/accessibility">Accessibility statement</a>
- <a href="https://www.gsa.gov/reference/freedom-of-information-act-foia">FOIA
- requests</a>
- <a
- href="https://www.gsa.gov/reference/civil-rights-programs/notification-and-federal-employee-antidiscrimination-and-retal
iation-act-of-2002">No
- FEAR Act data</a>
- <a href="https://www.gsa.gov/reference/reports/budget-performance">Performance
- reports</a>
- <a
- href="https://www.gsa.gov/website-information/website-policies?_gl=1*19tmhs7*_ga*NjcyODc1NTIzLjE3MzQ5NzI3MTE.*_ga_HBYXWF
P794*MTczNjI2MzYyOC4xMC4xLjE3MzYyNjc2OTAuMC4wLjA.">Privacy
- policy</a>
- <a href="https://www.gsaig.gov/">Office of the Inspector General</a>
- </div>
- <div class="usa-identifier">
- Looking for U.S. government information and services?<a href="https://www.usa.gov/"
- class="usa-link"> Visit USA.gov</a>
- </div>
- </span>
+ </li>
+ <li class="usa-nav__primary-item">
+ <button type="button" class="usa-accordion__button usa-nav__link" aria-expanded="false"
+ aria-controls="extended-nav-section-two">
+ <span>Help</span>
+ </button>
+ <ul id="extended-nav-section-two" class="usa-nav__submenu">
+ <li class="usa-nav__submenu-item">
+ <a href="https://pal.gsa.gov/app/Help.aspx"><span>Contact Us</span></a>
+ </li>
+ <li class="usa-nav__submenu-item">
+ <a href="https://pal.gsa.gov/app/JawsInstruction.aspx"><span>JAWS
+ Instruction</span></a>
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <div class="usa-nav__secondary">
+ <section aria-label="Search component">
+ <form></form>
+ <form class="usa-search usa-search--small" role="search">
+ <label class="usa-sr-only" for="search-field">Search</label>
+ <input class="usa-input" id="search-field" type="search" name="search" />
+ <button class="usa-button" type="submit">
+ <img src="../../../vendor/uswds/img/usa-icons-bg/search--white.svg"
+ class="usa-search__submit-icon" alt="Search" />
+ </button>
+ </form>
+ </section>
</div>
-
</div>
+ </nav>
+ </header>
+
+ <section class="grid-container usa-section">
+ <input name="__RequestVerificationToken" type="hidden"
+ value="XhalyByNpowGMNyOUUQehl_dIzpqsXQrnwi7X63CNbLftUAhgyNqNFXSUaPYV_zlF3ZACIJx_TWSxIkUBl_5RfiQalet9nXF7QbqcuSnxxA1">
+ <script type="text/javascript">
+ function disablebackbutton() {
+ window.history.forward();
+ }
+ window.onpagesshow = function (evt) {
+ if (evt.persisted) {
+ disablebackbutton();
+ }
+ }
+ window.onunload = function () {
+ void (0);
+ }
+ </script>
+ <div class="page-head">
+ <h1>
+ U.S. General Services Administration <br>
+ Freedom of Information Act (FOIA) and Privacy Act (PA) Public Access Portal
+ </h1>
</div>
+ <section class="usa-prose">
+ <a href="https://pal.gsa.gov/app/PalLogin.aspx">
+ <button class="usa-button" type="button">
+ Submit a FOIA Request
+ </button>
+ </a>
+ <h3>FOIA: Helpful Information to Review Prior to Submitting a Request</h3>
+ <p>
+ FOIA is a law that allows any person to request access to federal agency records.
+ <br>
+ There are certain requirement for making a FOIA request to GSA. Please review GSA's regulations
+ pertaining to
+ FOIA requests for further details.
+ <br>
+ In some cases, the records you are requesting may already be posted online. Prior to submitting a
+ request,
+ navigate to GSA's <a href="https://www.gsa.gov/reference/freedom-of-information-act-foia">FOIA
+ website</a> for information about the following topics.
+ <br>
+ </p>
+ <ul>
+ <li>GSA's FOIA points of contract</li>
+ <li>GSA's FOIA library</li>
+ <li>GSA's Policies</li>
+ <li>Prior published GSA FOIA reports</li>
+ <li>FOIA resources</li>
+ </ul>
+ <p>
+ If after reviewing the GSA's FOIA website, you determine that you need to file a FOIA request we
+ encourage you to
+ submit your request online to facilitate faster processing.
+ <br>
+ All requests received after 5pm Eastern Time will be considered "received" on the next business day.
+ </p>
+ <br>
+ <a href="https://pal.gsa.gov/app/PalLogin.aspx">
+ <button class="usa-button" type="button">
+ Submit a Privacy Act Request
+ </button>
+ </a>
+ <h3>Privacy Act: Helpful Information to Review Prior to Submitting a Request</h3>
+ <p>
+ The Privacy Act of 1974 allows U.S. citizens and lawfully admitted aliens to request copies of GSA
+ records that are
+ about themselves and are maintained in a “system of records,” as defined in the Privacy Act. The
+ Privacy Act also
+ requires GSA to maintain accurate, current records, and to notify the public of all of the systems
+ of records it
+ creates by publishing System of Records Notices (SORNs) in the Federal Register. Individuals seeking
+ their records
+ are advised to review the GSA Privacy Act Rules as well as the SORNs published by GSA in order to
+ ensure their
+ request can be timely fulfilled by identifying systems that may contain the records being sought.
+ </p>
+ <h3>Check on the Status of a Request</h3>
+ <p>
+ Using the links in the upper right corner of this page, <a
+ href="https://pal.gsa.gov/app/PalLogin.aspx">register</a> to create an online profile or <a
+ href="https://pal.gsa.gov/app/PalLogin.aspx">sign in</a> to your
+ existing profile. This website uses Login.gov to create an account and log in securely. For more on
+ using
+ Login.gov, <a href="https://login.gov/help/">click here</a>. Once logged in to your account profile,
+ you can
+ submit a request, check the <a href="https://pal.gsa.gov/app/CheckStatus.aspx">status of a
+ request</a>, send a message to the FOIA Requester Service Center or
+ the GSA Privacy Program, or download responsive
+ records from a request.
+ </p>
+ </section>
+ </section>
+
+
+ <div class="usa-identifier">
+ <section class="usa-identifier__section usa-identifier__section--masthead" aria-label="Agency identifier,">
+ <div class="usa-identifier__container">
+ <div class="usa-identifier__logos">
+ <a href="" class="usa-identifier__logo"><img class="usa-identifier__logo-img"
+ src="../pal_gsa_files/logo.png" alt="GSA logo" role="img" /></a>
+ </div>
+ <section class="usa-identifier__identity" aria-label="Agency description,">
+ <p class="usa-identifier__identity-domain">pal.gsa.gov</p>
+ <p class="usa-identifier__identity-disclaimer">
+ <span aria-hidden="true">An </span>official website of the
+ <a href="https://www.gsa.gov">U.S. General Services Administration</a>
+ </p>
+ </section>
+ </div>
+ </section>
+ <nav class="usa-identifier__section usa-identifier__section--required-links" aria-label="Important links,">
+ <div class="usa-identifier__container">
+ <ul class="usa-identifier__required-links-list">
+ <li class="usa-identifier__required-links-item">
+ <a href="https://www.gsa.gov/about-us" class="usa-identifier__required-link usa-link">About
+ GSA</a>
+ </li>
+ <li class="usa-identifier__required-links-item">
+ <a href="https://www.gsa.gov/website-information/accessibility-statement"
+ class="usa-identifier__required-link usa-link">Accessibility statement</a>
+ </li>
+ <li class="usa-identifier__required-links-item">
+ <a href="https://www.gsa.gov/reference/freedom-of-information-act-foia"
+ class="usa-identifier__required-link usa-link">FOIA requests</a>
+ </li>
+ <li class="usa-identifier__required-links-item">
+ <a href="https://www.gsa.gov/reference/civil-rights-programs/the-no-fear-act"
+ class="usa-identifier__required-link usa-link">No FEAR Act data</a>
+ </li>
+ <li class="usa-identifier__required-links-item">
+ <a href="https://www.gsaig.gov/" class="usa-identifier__required-link usa-link">Office of
+ the Inspector General</a>
+ </li>
+ <li class="usa-identifier__required-links-item">
+ <a href="https://www.gsa.gov/reference/reports/budget-performance"
+ class="usa-identifier__required-link usa-link">Performance reports</a>
+ </li>
+ <li class="usa-identifier__required-links-item">
+ <a href="https://www.gsa.gov/website-information/website-policies"
+ class="usa-identifier__required-link usa-link">Privacy policy</a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ <section class="usa-identifier__section usa-identifier__section--usagov"
+ aria-label="U.S. government information and services,">
+ <div class="usa-identifier__container">
+ <div class="usa-identifier__usagov-description">
+ Looking for U.S. government information and services?
+ </div>
+ <a href="https://www.usa.gov/" class="usa-link">Visit USA.gov</a>
+ </div>
+ </section>
</div>
- <div class="container">
-
+ <div class="container">
<div class="modal fade" id="allinbox" role="dialog" data-backdrop="static" data-keyboard="true">
<div class="modal-dialog modal-lg">
-
-
<div class="modal-content">
<div class="card" style="border: 0px !important">
<div class="container menu" style="min-width:100%;min-height:100px;">
@@ -805,7 +734,8 @@
<div class="row">
<div class="col-md-5 col-xs-12">
<div style="margin-bottom:10px;text-align:left !important"><span
- class="text-danger"> Note: Messages sent/received can also be viewed by
+ class="text-danger"> Note:
+ Messages sent/received can also be viewed by
clicking the request # in the Request Status grid.</span></div>
</div>
<div class="col-md-7 col-xs-12 float-right">